Html Css Color HEX #370D20 Blackberry

📋 copy color: '#370D20'

red 55 ◦ green 13 ◦ blue 32

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

Shades of Blackberry #370D20

Tints of Blackberry #370D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13%

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

R = 55%
G = 13%
B = 32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#370D20 (or 0x370D20) is known color: Blackberry. HEX triplet: 37, 0D and 20. RGB value is (55,13,32). Sum of RGB (Red+Green+Blue) = 55+13+32=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #370D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D20 is #C8F2DF. Grayscale: #1B1B1B. Windows color (decimal): -13169376 or 2100535. OLE color: 2100535.

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

Color convert

RGB 55 13 32 -
CMYK 0 0.76 0.42 0.78
HSL 332.86º 0.62% 0.13% -
HSV(B) 332.86º 0.76% 0.22% -
XYZ 1.98 1.2 1.49 -
YUV 27.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 55 13 32 0 0.76 0.42 0.78 332.86 0.62 0.13
Hex 37 D 20 0 4C 2A 4E 14D 3E D
Octal 67 15 40 0 114 52 116 515 76 15
Binary 110111 1101 100000 0 1001100 101010 1001110 101001101 111110 1101

Color Harmonies of #370D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D20

Black with #370D20

Text Example


Text Example

White with #370D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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