Html Css Color HEX #371127 Blackberry

📋 copy color: '#371127'

red 55 ◦ green 17 ◦ blue 39

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

Shades of Blackberry #371127

Tints of Blackberry #371127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.32%

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

R = 49.55%
G = 15.32%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#371127 (or 0x371127) is known color: Blackberry. HEX triplet: 37, 11 and 27. RGB value is (55,17,39). Sum of RGB (Red+Green+Blue) = 55+17+39=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #371127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371127 is #C8EED8. Grayscale: #1E1E1E. Windows color (decimal): -13168345 or 2560311. OLE color: 2560311.

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

Color convert

RGB 55 17 39 -
CMYK 0 0.69 0.29 0.78
HSL 325.26º 0.53% 0.14% -
HSV(B) 325.26º 0.69% 0.22% -
XYZ 2.14 1.36 2.07 -
YUV 30.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 55 17 39 0 0.69 0.29 0.78 325.26 0.53 0.14
Hex 37 11 27 0 45 1D 4E 145 35 E
Octal 67 21 47 0 105 35 116 505 65 16
Binary 110111 10001 100111 0 1000101 11101 1001110 101000101 110101 1110

Color Harmonies of #371127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371127

Black with #371127

Text Example


Text Example

White with #371127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371127; }

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

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

background-color css

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

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

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

border-color css

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

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

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