Html Css Color HEX #370828 Blackberry

📋 copy color: '#370828'

red 55 ◦ green 8 ◦ blue 40

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

Shades of Blackberry #370828

Tints of Blackberry #370828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.77%

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

R = 53.4%
G = 7.77%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#370828 (or 0x370828) is known color: Blackberry. HEX triplet: 37, 08 and 28. RGB value is (55,8,40). Sum of RGB (Red+Green+Blue) = 55+8+40=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #370828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370828 is #C8F7D7. Grayscale: #191919. Windows color (decimal): -13170648 or 2623543. OLE color: 2623543.

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

Color convert

RGB 55 8 40 -
CMYK 0 0.85 0.27 0.78
HSL 319.15º 0.75% 0.12% -
HSV(B) 319.15º 0.85% 0.22% -
XYZ 2.05 1.14 2.12 -
YUV 25.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 55 8 40 0 0.85 0.27 0.78 319.15 0.75 0.12
Hex 37 8 28 0 55 1B 4E 13F 4B C
Octal 67 10 50 0 125 33 116 477 113 14
Binary 110111 1000 101000 0 1010101 11011 1001110 100111111 1001011 1100

Color Harmonies of #370828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370828

Black with #370828

Text Example


Text Example

White with #370828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370828; }

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

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

background-color css

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

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

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

border-color css

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

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

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