#37142A

Color #37142A Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #37142A

Tints of Blackberry #37142A

Color information

#37142A (or 0x37142A) is unknown color: approx Blackberry. HEX triplet: 37, 14 and 2A. RGB value is (55,20,42). Sum of RGB (Red+Green+Blue) = 55+20+42=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #37142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37142A is #C8EBD5. Grayscale: #202020. Windows color (decimal): -13167574 or 2757687. OLE color: 2757687.

HSL color Cylindrical-coordinate representation of color #37142A: hue angle of 322.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37142A is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB552042-
CMYK00.640.240.78
HSL322.29º46.67%14.71%-
HSV(B)322.29º63.64%21.57%-
XYZ2.241.482.36-
YUV32.97133.1143.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 47.01%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=47.01%
G=17.09%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55204200.640.240.78322.2946.6714.71
Hex37142A040184E1422ff
Octal6724520100301165025717
Binary11011110100101010010000001100010011101010000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37142A; }

 p { color: rgb(55,20,42); }

 H1.HeaderClassName
 {
   color: #37142A;
 }
 .AnyTagClassName
 {
   color: #37142A;
 }
</style>
background-color css

<style>
 a { background-color: #37142A; }

 a { background-color: rgb(55,20,42); }

 div.DivClassName
 {
   background-color: #37142A;
 }
 .BgClassName
 {
   background-color: #37142A;
 }
</style>
border-color css

<style>
 span { border-color: #37142A; }

 span { border-color: rgb(55,20,42); }

 td.TdClassName
 {
   border-color: #37142A;
 }
 .TagClassName
 {
   border-color: #37142A;
 }
</style>