Html Css Color HEX #371A27 Blackberry

📋 copy color: '#371A27'

red 55 ◦ green 26 ◦ blue 39

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

Shades of Blackberry #371A27

Tints of Blackberry #371A27

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.67%

 BLUE value IS 39 (15.63% from 255) = 32.5%

R = 45.83%
G = 21.67%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#371A27 (or 0x371A27) is known color: Blackberry. HEX triplet: 37, 1A and 27. RGB value is (55,26,39). Sum of RGB (Red+Green+Blue) = 55+26+39=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #371A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A27 is #C8E5D8. Grayscale: #242424. Windows color (decimal): -13166041 or 2562615. OLE color: 2562615.

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

Color convert

RGB 55 26 39 -
CMYK 0 0.53 0.29 0.78
HSL 333.1º 0.36% 0.16% -
HSV(B) 333.1º 0.53% 0.22% -
XYZ 2.31 1.7 2.13 -
YUV 36.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 55 26 39 0 0.53 0.29 0.78 333.1 0.36 0.16
Hex 37 1A 27 0 35 1D 4E 14D 24 10
Octal 67 32 47 0 65 35 116 515 44 20
Binary 110111 11010 100111 0 110101 11101 1001110 101001101 100100 10000

Color Harmonies of #371A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A27

Black with #371A27

Text Example


Text Example

White with #371A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,26,39); }

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

background-color css

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

 a { background-color: rgb(55,26,39); }

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

border-color css

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

 span { border-color: rgb(55,26,39); }

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