Html Css Color HEX #371321 Blackberry

📋 copy color: '#371321'

red 55 ◦ green 19 ◦ blue 33

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

Shades of Blackberry #371321

Tints of Blackberry #371321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 51.4%
G = 17.76%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#371321 (or 0x371321) is known color: Blackberry. HEX triplet: 37, 13 and 21. RGB value is (55,19,33). Sum of RGB (Red+Green+Blue) = 55+19+33=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #371321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371321 is #C8ECDE. Grayscale: #1F1F1F. Windows color (decimal): -13167839 or 2167607. OLE color: 2167607.

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

Color convert

RGB 55 19 33 -
CMYK 0 0.65 0.4 0.78
HSL 336.67º 0.49% 0.15% -
HSV(B) 336.67º 0.65% 0.22% -
XYZ 2.08 1.39 1.6 -
YUV 31.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 55 19 33 0 0.65 0.4 0.78 336.67 0.49 0.15
Hex 37 13 21 0 41 28 4E 151 31 F
Octal 67 23 41 0 101 50 116 521 61 17
Binary 110111 10011 100001 0 1000001 101000 1001110 101010001 110001 1111

Color Harmonies of #371321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371321

Black with #371321

Text Example


Text Example

White with #371321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371321; }

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

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

background-color css

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

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

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

border-color css

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

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

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