Html Css Color HEX #370421 Blackberry

📋 copy color: '#370421'

red 55 ◦ green 4 ◦ blue 33

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

Shades of Blackberry #370421

Tints of Blackberry #370421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.35%

 BLUE value IS 33 (13.28% from 255) = 35.87%

R = 59.78%
G = 4.35%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#370421 (or 0x370421) is known color: Blackberry. HEX triplet: 37, 04 and 21. RGB value is (55,4,33). Sum of RGB (Red+Green+Blue) = 55+4+33=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #370421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370421 is #C8FBDE. Grayscale: #161616. Windows color (decimal): -13171679 or 2163767. OLE color: 2163767.

HSL color Cylindrical-coordinate representation of color #370421: hue angle of 325.88º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370421 is Cyan = 0, Magento = 0.93, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 4 33 -
CMYK 0 0.93 0.4 0.78
HSL 325.88º 0.86% 0.12% -
HSV(B) 325.88º 0.93% 0.22% -
XYZ 1.89 1.01 1.53 -
YUV 22.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 55 4 33 0 0.93 0.4 0.78 325.88 0.86 0.12
Hex 37 4 21 0 5D 28 4E 146 56 C
Octal 67 4 41 0 135 50 116 506 126 14
Binary 110111 100 100001 0 1011101 101000 1001110 101000110 1010110 1100

Color Harmonies of #370421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370421

Black with #370421

Text Example


Text Example

White with #370421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370421; }

 p { color: rgb(55,4,33); }

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

background-color css

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

 a { background-color: rgb(55,4,33); }

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

border-color css

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

 span { border-color: rgb(55,4,33); }

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