Html Css Color HEX #370C27 Blackberry

📋 copy color: '#370C27'

red 55 ◦ green 12 ◦ blue 39

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

Shades of Blackberry #370C27

Tints of Blackberry #370C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.32%

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

R = 51.89%
G = 11.32%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#370C27 (or 0x370C27) is known color: Blackberry. HEX triplet: 37, 0C and 27. RGB value is (55,12,39). Sum of RGB (Red+Green+Blue) = 55+12+39=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #370C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C27 is #C8F3D8. Grayscale: #1B1B1B. Windows color (decimal): -13169625 or 2559031. OLE color: 2559031.

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

Color convert

RGB 55 12 39 -
CMYK 0 0.78 0.29 0.78
HSL 322.33º 0.64% 0.13% -
HSV(B) 322.33º 0.78% 0.22% -
XYZ 2.07 1.22 2.05 -
YUV 27.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 55 12 39 0 0.78 0.29 0.78 322.33 0.64 0.13
Hex 37 C 27 0 4E 1D 4E 142 40 D
Octal 67 14 47 0 116 35 116 502 100 15
Binary 110111 1100 100111 0 1001110 11101 1001110 101000010 1000000 1101

Color Harmonies of #370C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C27

Black with #370C27

Text Example


Text Example

White with #370C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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