Html Css Color HEX #370521 Blackberry

📋 copy color: '#370521'

red 55 ◦ green 5 ◦ blue 33

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

Shades of Blackberry #370521

Tints of Blackberry #370521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.38%

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

R = 59.14%
G = 5.38%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#370521 (or 0x370521) is known color: Blackberry. HEX triplet: 37, 05 and 21. RGB value is (55,5,33). Sum of RGB (Red+Green+Blue) = 55+5+33=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #370521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370521 is #C8FADE. Grayscale: #171717. Windows color (decimal): -13171423 or 2164023. OLE color: 2164023.

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

Color convert

RGB 55 5 33 -
CMYK 0 0.91 0.4 0.78
HSL 326.4º 0.83% 0.12% -
HSV(B) 326.4º 0.91% 0.22% -
XYZ 1.9 1.03 1.54 -
YUV 23.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 55 5 33 0 0.91 0.4 0.78 326.4 0.83 0.12
Hex 37 5 21 0 5B 28 4E 146 53 C
Octal 67 5 41 0 133 50 116 506 123 14
Binary 110111 101 100001 0 1011011 101000 1001110 101000110 1010011 1100

Color Harmonies of #370521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370521

Black with #370521

Text Example


Text Example

White with #370521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370521; }

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

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

background-color css

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

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

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

border-color css

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

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

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