Html Css Color HEX #371027 Blackberry

📋 copy color: '#371027'

red 55 ◦ green 16 ◦ blue 39

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

Shades of Blackberry #371027

Tints of Blackberry #371027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.55%

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

R = 50%
G = 14.55%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#371027 (or 0x371027) is known color: Blackberry. HEX triplet: 37, 10 and 27. RGB value is (55,16,39). Sum of RGB (Red+Green+Blue) = 55+16+39=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #371027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371027 is #C8EFD8. Grayscale: #1E1E1E. Windows color (decimal): -13168601 or 2560055. OLE color: 2560055.

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

Color convert

RGB 55 16 39 -
CMYK 0 0.71 0.29 0.78
HSL 324.62º 0.55% 0.14% -
HSV(B) 324.62º 0.71% 0.22% -
XYZ 2.13 1.33 2.06 -
YUV 30.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 55 16 39 0 0.71 0.29 0.78 324.62 0.55 0.14
Hex 37 10 27 0 47 1D 4E 145 37 E
Octal 67 20 47 0 107 35 116 505 67 16
Binary 110111 10000 100111 0 1000111 11101 1001110 101000101 110111 1110

Color Harmonies of #371027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371027

Black with #371027

Text Example


Text Example

White with #371027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371027; }

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

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

background-color css

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

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

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

border-color css

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

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

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