Html Css Color HEX #371C29 Blackberry

📋 copy color: '#371C29'

red 55 ◦ green 28 ◦ blue 41

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

Shades of Blackberry #371C29

Tints of Blackberry #371C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.58%

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

R = 44.35%
G = 22.58%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#371C29 (or 0x371C29) is known color: Blackberry. HEX triplet: 37, 1C and 29. RGB value is (55,28,41). Sum of RGB (Red+Green+Blue) = 55+28+41=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #371C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C29 is #C8E3D6. Grayscale: #252525. Windows color (decimal): -13165527 or 2694199. OLE color: 2694199.

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

Color convert

RGB 55 28 41 -
CMYK 0 0.49 0.25 0.78
HSL 331.11º 0.33% 0.16% -
HSV(B) 331.11º 0.49% 0.22% -
XYZ 2.39 1.8 2.32 -
YUV 37.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 55 28 41 0 0.49 0.25 0.78 331.11 0.33 0.16
Hex 37 1C 29 0 31 19 4E 14B 21 10
Octal 67 34 51 0 61 31 116 513 41 20
Binary 110111 11100 101001 0 110001 11001 1001110 101001011 100001 10000

Color Harmonies of #371C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C29

Black with #371C29

Text Example


Text Example

White with #371C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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