Html Css Color HEX #370427 Blackberry

📋 copy color: '#370427'

red 55 ◦ green 4 ◦ blue 39

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

Shades of Blackberry #370427

Tints of Blackberry #370427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.08%

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

R = 56.12%
G = 4.08%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#370427 (or 0x370427) is known color: Blackberry. HEX triplet: 37, 04 and 27. RGB value is (55,4,39). Sum of RGB (Red+Green+Blue) = 55+4+39=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #370427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370427 is #C8FBD8. Grayscale: #171717. Windows color (decimal): -13171673 or 2556983. OLE color: 2556983.

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

Color convert

RGB 55 4 39 -
CMYK 0 0.93 0.29 0.78
HSL 318.82º 0.86% 0.12% -
HSV(B) 318.82º 0.93% 0.22% -
XYZ 1.99 1.05 2.02 -
YUV 23.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 55 4 39 0 0.93 0.29 0.78 318.82 0.86 0.12
Hex 37 4 27 0 5D 1D 4E 13F 56 C
Octal 67 4 47 0 135 35 116 477 126 14
Binary 110111 100 100111 0 1011101 11101 1001110 100111111 1010110 1100

Color Harmonies of #370427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370427

Black with #370427

Text Example


Text Example

White with #370427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370427; }

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

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

background-color css

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

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

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

border-color css

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

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

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