Html Css Color HEX #37082A Blackberry

📋 copy color: '#37082A'

red 55 ◦ green 8 ◦ blue 42

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

Shades of Blackberry #37082A

Tints of Blackberry #37082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.62%

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

R = 52.38%
G = 7.62%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#37082A (or 0x37082A) is known color: Blackberry. HEX triplet: 37, 08 and 2A. RGB value is (55,8,42). Sum of RGB (Red+Green+Blue) = 55+8+42=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #37082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37082A is #C8F7D5. Grayscale: #191919. Windows color (decimal): -13170646 or 2754615. OLE color: 2754615.

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

Color convert

RGB 55 8 42 -
CMYK 0 0.85 0.24 0.78
HSL 316.6º 0.75% 0.12% -
HSV(B) 316.6º 0.85% 0.22% -
XYZ 2.08 1.15 2.3 -
YUV 25.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 55 8 42 0 0.85 0.24 0.78 316.6 0.75 0.12
Hex 37 8 2A 0 55 18 4E 13D 4B C
Octal 67 10 52 0 125 30 116 475 113 14
Binary 110111 1000 101010 0 1010101 11000 1001110 100111101 1001011 1100

Color Harmonies of #37082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37082A

Black with #37082A

Text Example


Text Example

White with #37082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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