Html Css Color HEX #370327 Blackberry

📋 copy color: '#370327'

red 55 ◦ green 3 ◦ blue 39

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

Shades of Blackberry #370327

Tints of Blackberry #370327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.09%

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

R = 56.7%
G = 3.09%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#370327 (or 0x370327) is known color: Blackberry. HEX triplet: 37, 03 and 27. RGB value is (55,3,39). Sum of RGB (Red+Green+Blue) = 55+3+39=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #370327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370327 is #C8FCD8. Grayscale: #161616. Windows color (decimal): -13171929 or 2556727. OLE color: 2556727.

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

Color convert

RGB 55 3 39 -
CMYK 0 0.95 0.29 0.78
HSL 318.46º 0.9% 0.11% -
HSV(B) 318.46º 0.95% 0.22% -
XYZ 1.97 1.02 2.01 -
YUV 22.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 55 3 39 0 0.95 0.29 0.78 318.46 0.9 0.11
Hex 37 3 27 0 5F 1D 4E 13E 5A B
Octal 67 3 47 0 137 35 116 476 132 13
Binary 110111 11 100111 0 1011111 11101 1001110 100111110 1011010 1011

Color Harmonies of #370327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370327

Black with #370327

Text Example


Text Example

White with #370327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370327; }

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

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

background-color css

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

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

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

border-color css

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

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

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