Html Css Color HEX #390820 Blackberry

📋 copy color: '#390820'

red 57 ◦ green 8 ◦ blue 32

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

Shades of Blackberry #390820

Tints of Blackberry #390820

RGB

 RED value IS 57 (22.66% from 255) = 58.76%

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

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

R = 58.76%
G = 8.25%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#390820 (or 0x390820) is known color: Blackberry. HEX triplet: 39, 08 and 20. RGB value is (57,8,32). Sum of RGB (Red+Green+Blue) = 57+8+32=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #390820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390820 is #C6F7DF. Grayscale: #191919. Windows color (decimal): -13039584 or 2099257. OLE color: 2099257.

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

Color convert

RGB 57 8 32 -
CMYK 0 0.86 0.44 0.78
HSL 330.61º 0.75% 0.13% -
HSV(B) 330.61º 0.86% 0.22% -
XYZ 2.03 1.15 1.48 -
YUV 25.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 57 8 32 0 0.86 0.44 0.78 330.61 0.75 0.13
Hex 39 8 20 0 56 2C 4E 14B 4B D
Octal 71 10 40 0 126 54 116 513 113 15
Binary 111001 1000 100000 0 1010110 101100 1001110 101001011 1001011 1101

Color Harmonies of #390820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390820

Black with #390820

Text Example


Text Example

White with #390820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390820; }

 p { color: rgb(57,8,32); }

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

background-color css

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

 a { background-color: rgb(57,8,32); }

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

border-color css

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

 span { border-color: rgb(57,8,32); }

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