Html Css Color HEX #371929 Blackberry

📋 copy color: '#371929'

red 55 ◦ green 25 ◦ blue 41

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

Shades of Blackberry #371929

Tints of Blackberry #371929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.66%

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

R = 45.45%
G = 20.66%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#371929 (or 0x371929) is known color: Blackberry. HEX triplet: 37, 19 and 29. RGB value is (55,25,41). Sum of RGB (Red+Green+Blue) = 55+25+41=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #371929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371929 is #C8E6D6. Grayscale: #232323. Windows color (decimal): -13166295 or 2693431. OLE color: 2693431.

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

Color convert

RGB 55 25 41 -
CMYK 0 0.55 0.25 0.78
HSL 328º 0.38% 0.16% -
HSV(B) 328º 0.55% 0.22% -
XYZ 2.32 1.67 2.3 -
YUV 35.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 55 25 41 0 0.55 0.25 0.78 328 0.38 0.16
Hex 37 19 29 0 37 19 4E 148 26 10
Octal 67 31 51 0 67 31 116 510 46 20
Binary 110111 11001 101001 0 110111 11001 1001110 101001000 100110 10000

Color Harmonies of #371929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371929

Black with #371929

Text Example


Text Example

White with #371929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371929; }

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

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

background-color css

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

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

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

border-color css

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

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

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