Html Css Color HEX #370920 Blackberry

📋 copy color: '#370920'

red 55 ◦ green 9 ◦ blue 32

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

Shades of Blackberry #370920

Tints of Blackberry #370920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.38%

 BLUE value IS 32 (12.89% from 255) = 33.33%

R = 57.29%
G = 9.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#370920 (or 0x370920) is known color: Blackberry. HEX triplet: 37, 09 and 20. RGB value is (55,9,32). Sum of RGB (Red+Green+Blue) = 55+9+32=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370920 is #C8F6DF. Grayscale: #191919. Windows color (decimal): -13170400 or 2099511. OLE color: 2099511.

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

Color convert

RGB 55 9 32 -
CMYK 0 0.84 0.42 0.78
HSL 330º 0.72% 0.13% -
HSV(B) 330º 0.84% 0.22% -
XYZ 1.93 1.11 1.48 -
YUV 25.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 55 9 32 0 0.84 0.42 0.78 330 0.72 0.13
Hex 37 9 20 0 54 2A 4E 14A 48 D
Octal 67 11 40 0 124 52 116 512 110 15
Binary 110111 1001 100000 0 1010100 101010 1001110 101001010 1001000 1101

Color Harmonies of #370920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370920

Black with #370920

Text Example


Text Example

White with #370920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370920; }

 p { color: rgb(55,9,32); }

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

background-color css

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

 a { background-color: rgb(55,9,32); }

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

border-color css

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

 span { border-color: rgb(55,9,32); }

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