Html Css Color HEX #390721 Blackberry

📋 copy color: '#390721'

red 57 ◦ green 7 ◦ blue 33

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

Shades of Blackberry #390721

Tints of Blackberry #390721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.22%

 BLUE value IS 33 (13.28% from 255) = 34.02%

R = 58.76%
G = 7.22%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#390721 (or 0x390721) is known color: Blackberry. HEX triplet: 39, 07 and 21. RGB value is (57,7,33). Sum of RGB (Red+Green+Blue) = 57+7+33=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #390721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390721 is #C6F8DE. Grayscale: #181818. Windows color (decimal): -13039839 or 2164537. OLE color: 2164537.

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

Color convert

RGB 57 7 33 -
CMYK 0 0.88 0.42 0.78
HSL 328.8º 0.78% 0.13% -
HSV(B) 328.8º 0.88% 0.22% -
XYZ 2.04 1.13 1.55 -
YUV 24.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 57 7 33 0 0.88 0.42 0.78 328.8 0.78 0.13
Hex 39 7 21 0 58 2A 4E 149 4E D
Octal 71 7 41 0 130 52 116 511 116 15
Binary 111001 111 100001 0 1011000 101010 1001110 101001001 1001110 1101

Color Harmonies of #390721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390721

Black with #390721

Text Example


Text Example

White with #390721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390721; }

 p { color: rgb(57,7,33); }

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

background-color css

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

 a { background-color: rgb(57,7,33); }

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

border-color css

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

 span { border-color: rgb(57,7,33); }

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