Html Css Color HEX #371121 Blackberry

📋 copy color: '#371121'

red 55 ◦ green 17 ◦ blue 33

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

Shades of Blackberry #371121

Tints of Blackberry #371121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

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

R = 52.38%
G = 16.19%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#371121 (or 0x371121) is known color: Blackberry. HEX triplet: 37, 11 and 21. RGB value is (55,17,33). Sum of RGB (Red+Green+Blue) = 55+17+33=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #371121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371121 is #C8EEDE. Grayscale: #1E1E1E. Windows color (decimal): -13168351 or 2167095. OLE color: 2167095.

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

Color convert

RGB 55 17 33 -
CMYK 0 0.69 0.4 0.78
HSL 334.74º 0.53% 0.14% -
HSV(B) 334.74º 0.69% 0.22% -
XYZ 2.05 1.32 1.59 -
YUV 30.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 55 17 33 0 0.69 0.4 0.78 334.74 0.53 0.14
Hex 37 11 21 0 45 28 4E 14F 35 E
Octal 67 21 41 0 105 50 116 517 65 16
Binary 110111 10001 100001 0 1000101 101000 1001110 101001111 110101 1110

Color Harmonies of #371121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371121

Black with #371121

Text Example


Text Example

White with #371121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371121; }

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

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

background-color css

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

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

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

border-color css

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

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

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