Html Css Color HEX #371329 Blackberry

📋 copy color: '#371329'

red 55 ◦ green 19 ◦ blue 41

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

Shades of Blackberry #371329

Tints of Blackberry #371329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 35.65%

R = 47.83%
G = 16.52%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#371329 (or 0x371329) is known color: Blackberry. HEX triplet: 37, 13 and 29. RGB value is (55,19,41). Sum of RGB (Red+Green+Blue) = 55+19+41=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #371329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371329 is #C8ECD6. Grayscale: #202020. Windows color (decimal): -13167831 or 2691895. OLE color: 2691895.

HSL color Cylindrical-coordinate representation of color #371329: hue angle of 323.33º 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 #371329 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 19 41 -
CMYK 0 0.65 0.25 0.78
HSL 323.33º 0.49% 0.15% -
HSV(B) 323.33º 0.65% 0.22% -
XYZ 2.21 1.44 2.26 -
YUV 32.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 55 19 41 0 0.65 0.25 0.78 323.33 0.49 0.15
Hex 37 13 29 0 41 19 4E 143 31 F
Octal 67 23 51 0 101 31 116 503 61 17
Binary 110111 10011 101001 0 1000001 11001 1001110 101000011 110001 1111

Color Harmonies of #371329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371329

Black with #371329

Text Example


Text Example

White with #371329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371329; }

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

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

background-color css

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

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

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

border-color css

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

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

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