Html Css Color HEX #370C28 Blackberry

📋 copy color: '#370C28'

red 55 ◦ green 12 ◦ blue 40

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

Shades of Blackberry #370C28

Tints of Blackberry #370C28

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.21%

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

R = 51.4%
G = 11.21%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#370C28 (or 0x370C28) is known color: Blackberry. HEX triplet: 37, 0C and 28. RGB value is (55,12,40). Sum of RGB (Red+Green+Blue) = 55+12+40=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C28 is #C8F3D7. Grayscale: #1B1B1B. Windows color (decimal): -13169624 or 2624567. OLE color: 2624567.

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

Color convert

RGB 55 12 40 -
CMYK 0 0.78 0.27 0.78
HSL 320.93º 0.64% 0.13% -
HSV(B) 320.93º 0.78% 0.22% -
XYZ 2.09 1.23 2.13 -
YUV 28.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 55 12 40 0 0.78 0.27 0.78 320.93 0.64 0.13
Hex 37 C 28 0 4E 1B 4E 141 40 D
Octal 67 14 50 0 116 33 116 501 100 15
Binary 110111 1100 101000 0 1001110 11011 1001110 101000001 1000000 1101

Color Harmonies of #370C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C28

Black with #370C28

Text Example


Text Example

White with #370C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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