Html Css Color HEX #371327 Blackberry

📋 copy color: '#371327'

red 55 ◦ green 19 ◦ blue 39

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

Shades of Blackberry #371327

Tints of Blackberry #371327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.81%

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

R = 48.67%
G = 16.81%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#371327 (or 0x371327) is known color: Blackberry. HEX triplet: 37, 13 and 27. RGB value is (55,19,39). Sum of RGB (Red+Green+Blue) = 55+19+39=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #371327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371327 is #C8ECD8. Grayscale: #202020. Windows color (decimal): -13167833 or 2560823. OLE color: 2560823.

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

Color convert

RGB 55 19 39 -
CMYK 0 0.65 0.29 0.78
HSL 326.67º 0.49% 0.15% -
HSV(B) 326.67º 0.65% 0.22% -
XYZ 2.17 1.42 2.08 -
YUV 32.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 55 19 39 0 0.65 0.29 0.78 326.67 0.49 0.15
Hex 37 13 27 0 41 1D 4E 147 31 F
Octal 67 23 47 0 101 35 116 507 61 17
Binary 110111 10011 100111 0 1000001 11101 1001110 101000111 110001 1111

Color Harmonies of #371327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371327

Black with #371327

Text Example


Text Example

White with #371327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371327; }

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

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

background-color css

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

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

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

border-color css

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

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

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