Html Css Color HEX #390020 Blackberry

📋 copy color: '#390020'

red 57 ◦ green 0 ◦ blue 32

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

Shades of Blackberry #390020

Tints of Blackberry #390020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.04%
G = 0%
B = 35.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#390020 (or 0x390020) is known color: Blackberry. HEX triplet: 39, 00 and 20. RGB value is (57,0,32). Sum of RGB (Red+Green+Blue) = 57+0+32=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #390020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390020 is #C6FFDF. Grayscale: #141414. Windows color (decimal): -13041632 or 2097209. OLE color: 2097209.

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

Color convert

RGB 57 0 32 -
CMYK 0 1 0.44 0.78
HSL 326.32º 1% 0.11% -
HSV(B) 326.32º 1% 0.22% -
XYZ 1.95 0.97 1.45 -
YUV 20.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 57 0 32 0 1 0.44 0.78 326.32 1 0.11
Hex 39 0 20 0 64 2C 4E 146 64 B
Octal 71 0 40 0 144 54 116 506 144 13
Binary 111001 0 100000 0 1100100 101100 1001110 101000110 1100100 1011

Color Harmonies of #390020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390020

Black with #390020

Text Example


Text Example

White with #390020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390020; }

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

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

background-color css

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

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

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

border-color css

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

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

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