Html Css Color HEX #37182A Blackberry

📋 copy color: '#37182A'

red 55 ◦ green 24 ◦ blue 42

#37182A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #37182A

Tints of Blackberry #37182A

RGB

 RED value IS 55 (21.88% from 255) = 45.45%

 GREEN value IS 24 (9.77% from 255) = 19.83%

 BLUE value IS 42 (16.8% from 255) = 34.71%

R = 45.45%
G = 19.83%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#37182A (or 0x37182A) is known color: Blackberry. HEX triplet: 37, 18 and 2A. RGB value is (55,24,42). Sum of RGB (Red+Green+Blue) = 55+24+42=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #37182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37182A is #C8E7D5. Grayscale: #232323. Windows color (decimal): -13166550 or 2758711. OLE color: 2758711.

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

Color convert

RGB 55 24 42 -
CMYK 0 0.56 0.24 0.78
HSL 325.16º 0.39% 0.15% -
HSV(B) 325.16º 0.56% 0.22% -
XYZ 2.32 1.63 2.38 -
YUV 35.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 55 24 42 0 0.56 0.24 0.78 325.16 0.39 0.15
Hex 37 18 2A 0 38 18 4E 145 27 F
Octal 67 30 52 0 70 30 116 505 47 17
Binary 110111 11000 101010 0 111000 11000 1001110 101000101 100111 1111

Color Harmonies of #37182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37182A

Black with #37182A

Text Example


Text Example

White with #37182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37182A;
 }
 .AnyTagClassName
 {
   color: #37182A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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