Html Css Color HEX #370227 Blackberry

📋 copy color: '#370227'

red 55 ◦ green 2 ◦ blue 39

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

Shades of Blackberry #370227

Tints of Blackberry #370227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.08%

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

R = 57.29%
G = 2.08%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#370227 (or 0x370227) is known color: Blackberry. HEX triplet: 37, 02 and 27. RGB value is (55,2,39). Sum of RGB (Red+Green+Blue) = 55+2+39=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370227 is #C8FDD8. Grayscale: #151515. Windows color (decimal): -13172185 or 2556471. OLE color: 2556471.

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

Color convert

RGB 55 2 39 -
CMYK 0 0.96 0.29 0.78
HSL 318.11º 0.93% 0.11% -
HSV(B) 318.11º 0.96% 0.22% -
XYZ 1.96 1 2.01 -
YUV 22.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 55 2 39 0 0.96 0.29 0.78 318.11 0.93 0.11
Hex 37 2 27 0 60 1D 4E 13E 5D B
Octal 67 2 47 0 140 35 116 476 135 13
Binary 110111 10 100111 0 1100000 11101 1001110 100111110 1011101 1011

Color Harmonies of #370227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370227

Black with #370227

Text Example


Text Example

White with #370227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370227; }

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

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

background-color css

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

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

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

border-color css

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

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

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