Html Css Color HEX #371828 Blackberry

📋 copy color: '#371828'

red 55 ◦ green 24 ◦ blue 40

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

Shades of Blackberry #371828

Tints of Blackberry #371828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 33.61%

R = 46.22%
G = 20.17%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#371828 (or 0x371828) is known color: Blackberry. HEX triplet: 37, 18 and 28. RGB value is (55,24,40). Sum of RGB (Red+Green+Blue) = 55+24+40=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #371828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371828 is #C8E7D7. Grayscale: #232323. Windows color (decimal): -13166552 or 2627639. OLE color: 2627639.

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

Color convert

RGB 55 24 40 -
CMYK 0 0.56 0.27 0.78
HSL 329.03º 0.39% 0.15% -
HSV(B) 329.03º 0.56% 0.22% -
XYZ 2.29 1.62 2.2 -
YUV 35.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 55 24 40 0 0.56 0.27 0.78 329.03 0.39 0.15
Hex 37 18 28 0 38 1B 4E 149 27 F
Octal 67 30 50 0 70 33 116 511 47 17
Binary 110111 11000 101000 0 111000 11011 1001110 101001001 100111 1111

Color Harmonies of #371828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371828

Black with #371828

Text Example


Text Example

White with #371828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371828; }

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

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

background-color css

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

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

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

border-color css

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

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

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