Html Css Color HEX #370428 Blackberry

📋 copy color: '#370428'

red 55 ◦ green 4 ◦ blue 40

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

Shades of Blackberry #370428

Tints of Blackberry #370428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 40.4%

R = 55.56%
G = 4.04%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#370428 (or 0x370428) is known color: Blackberry. HEX triplet: 37, 04 and 28. RGB value is (55,4,40). Sum of RGB (Red+Green+Blue) = 55+4+40=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #370428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370428 is #C8FBD7. Grayscale: #171717. Windows color (decimal): -13171672 or 2622519. OLE color: 2622519.

HSL color Cylindrical-coordinate representation of color #370428: hue angle of 317.65º 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 #370428 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 4 40 -
CMYK 0 0.93 0.27 0.78
HSL 317.65º 0.86% 0.12% -
HSV(B) 317.65º 0.93% 0.22% -
XYZ 2 1.05 2.11 -
YUV 23.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 55 4 40 0 0.93 0.27 0.78 317.65 0.86 0.12
Hex 37 4 28 0 5D 1B 4E 13E 56 C
Octal 67 4 50 0 135 33 116 476 126 14
Binary 110111 100 101000 0 1011101 11011 1001110 100111110 1010110 1100

Color Harmonies of #370428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370428

Black with #370428

Text Example


Text Example

White with #370428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370428; }

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

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

background-color css

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

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

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

border-color css

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

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

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