Html Css Color HEX #37002A Blackberry

📋 copy color: '#37002A'

red 55 ◦ green 0 ◦ blue 42

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

Shades of Blackberry #37002A

Tints of Blackberry #37002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.7%
G = 0%
B = 43.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#37002A (or 0x37002A) is known color: Blackberry. HEX triplet: 37, 00 and 2A. RGB value is (55,0,42). Sum of RGB (Red+Green+Blue) = 55+0+42=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #37002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37002A is #C8FFD5. Grayscale: #151515. Windows color (decimal): -13172694 or 2752567. OLE color: 2752567.

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

Color convert

RGB 55 0 42 -
CMYK 0 1 0.24 0.78
HSL 314.18º 1% 0.11% -
HSV(B) 314.18º 1% 0.22% -
XYZ 1.99 0.98 2.27 -
YUV 21.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 55 0 42 0 1 0.24 0.78 314.18 1 0.11
Hex 37 0 2A 0 64 18 4E 13A 64 B
Octal 67 0 52 0 144 30 116 472 144 13
Binary 110111 0 101010 0 1100100 11000 1001110 100111010 1100100 1011

Color Harmonies of #37002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37002A

Black with #37002A

Text Example


Text Example

White with #37002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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