Html Css Color HEX #390221 Blackberry

📋 copy color: '#390221'

red 57 ◦ green 2 ◦ blue 33

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

Shades of Blackberry #390221

Tints of Blackberry #390221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.17%

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

R = 61.96%
G = 2.17%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#390221 (or 0x390221) is known color: Blackberry. HEX triplet: 39, 02 and 21. RGB value is (57,2,33). Sum of RGB (Red+Green+Blue) = 57+2+33=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #390221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390221 is #C6FDDE. Grayscale: #151515. Windows color (decimal): -13041119 or 2163257. OLE color: 2163257.

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

Color convert

RGB 57 2 33 -
CMYK 0 0.96 0.42 0.78
HSL 326.18º 0.93% 0.12% -
HSV(B) 326.18º 0.96% 0.22% -
XYZ 1.98 1.02 1.53 -
YUV 21.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 57 2 33 0 0.96 0.42 0.78 326.18 0.93 0.12
Hex 39 2 21 0 60 2A 4E 146 5D C
Octal 71 2 41 0 140 52 116 506 135 14
Binary 111001 10 100001 0 1100000 101010 1001110 101000110 1011101 1100

Color Harmonies of #390221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390221

Black with #390221

Text Example


Text Example

White with #390221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390221; }

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

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

background-color css

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

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

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

border-color css

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

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

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