Html Css Color HEX #371020 Blackberry

📋 copy color: '#371020'

red 55 ◦ green 16 ◦ blue 32

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

Shades of Blackberry #371020

Tints of Blackberry #371020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.53%

 BLUE value IS 32 (12.89% from 255) = 31.07%

R = 53.4%
G = 15.53%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#371020 (or 0x371020) is known color: Blackberry. HEX triplet: 37, 10 and 20. RGB value is (55,16,32). Sum of RGB (Red+Green+Blue) = 55+16+32=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #371020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371020 is #C8EFDF. Grayscale: #1D1D1D. Windows color (decimal): -13168608 or 2101303. OLE color: 2101303.

HSL color Cylindrical-coordinate representation of color #371020: hue angle of 335.38º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371020 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 16 32 -
CMYK 0 0.71 0.42 0.78
HSL 335.38º 0.55% 0.14% -
HSV(B) 335.38º 0.71% 0.22% -
XYZ 2.02 1.29 1.51 -
YUV 29.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 55 16 32 0 0.71 0.42 0.78 335.38 0.55 0.14
Hex 37 10 20 0 47 2A 4E 14F 37 E
Octal 67 20 40 0 107 52 116 517 67 16
Binary 110111 10000 100000 0 1000111 101010 1001110 101001111 110111 1110

Color Harmonies of #371020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371020

Black with #371020

Text Example


Text Example

White with #371020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371020; }

 p { color: rgb(55,16,32); }

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

background-color css

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

 a { background-color: rgb(55,16,32); }

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

border-color css

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

 span { border-color: rgb(55,16,32); }

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