Html Css Color HEX #370A28 Blackberry

📋 copy color: '#370A28'

red 55 ◦ green 10 ◦ blue 40

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

Shades of Blackberry #370A28

Tints of Blackberry #370A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.52%

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

R = 52.38%
G = 9.52%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#370A28 (or 0x370A28) is known color: Blackberry. HEX triplet: 37, 0A and 28. RGB value is (55,10,40). Sum of RGB (Red+Green+Blue) = 55+10+40=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #370A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A28 is #C8F5D7. Grayscale: #1A1A1A. Windows color (decimal): -13170136 or 2624055. OLE color: 2624055.

HSL color Cylindrical-coordinate representation of color #370A28: hue angle of 320º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370A28 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 10 40 -
CMYK 0 0.82 0.27 0.78
HSL 320º 0.69% 0.13% -
HSV(B) 320º 0.82% 0.22% -
XYZ 2.07 1.18 2.13 -
YUV 26.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 55 10 40 0 0.82 0.27 0.78 320 0.69 0.13
Hex 37 A 28 0 52 1B 4E 140 45 D
Octal 67 12 50 0 122 33 116 500 105 15
Binary 110111 1010 101000 0 1010010 11011 1001110 101000000 1000101 1101

Color Harmonies of #370A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A28

Black with #370A28

Text Example


Text Example

White with #370A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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