Html Css Color HEX #371829 Blackberry

📋 copy color: '#371829'

red 55 ◦ green 24 ◦ blue 41

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

Shades of Blackberry #371829

Tints of Blackberry #371829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20%

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

R = 45.83%
G = 20%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#371829 (or 0x371829) is known color: Blackberry. HEX triplet: 37, 18 and 29. RGB value is (55,24,41). Sum of RGB (Red+Green+Blue) = 55+24+41=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #371829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371829 is #C8E7D6. Grayscale: #232323. Windows color (decimal): -13166551 or 2693175. OLE color: 2693175.

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

Color convert

RGB 55 24 41 -
CMYK 0 0.56 0.25 0.78
HSL 327.1º 0.39% 0.15% -
HSV(B) 327.1º 0.56% 0.22% -
XYZ 2.3 1.63 2.29 -
YUV 35.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 55 24 41 0 0.56 0.25 0.78 327.1 0.39 0.15
Hex 37 18 29 0 38 19 4E 147 27 F
Octal 67 30 51 0 70 31 116 507 47 17
Binary 110111 11000 101001 0 111000 11001 1001110 101000111 100111 1111

Color Harmonies of #371829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371829

Black with #371829

Text Example


Text Example

White with #371829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371829; }

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

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

background-color css

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

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

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

border-color css

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

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

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