Html Css Color HEX #390E21 Blackberry

📋 copy color: '#390E21'

red 57 ◦ green 14 ◦ blue 33

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

Shades of Blackberry #390E21

Tints of Blackberry #390E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.46%

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

R = 54.81%
G = 13.46%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#390E21 (or 0x390E21) is known color: Blackberry. HEX triplet: 39, 0E and 21. RGB value is (57,14,33). Sum of RGB (Red+Green+Blue) = 57+14+33=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #390E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E21 is #C6F1DE. Grayscale: #1C1C1C. Windows color (decimal): -13038047 or 2166329. OLE color: 2166329.

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

Color convert

RGB 57 14 33 -
CMYK 0 0.75 0.42 0.78
HSL 333.49º 0.61% 0.14% -
HSV(B) 333.49º 0.75% 0.22% -
XYZ 2.12 1.29 1.58 -
YUV 29.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 57 14 33 0 0.75 0.42 0.78 333.49 0.61 0.14
Hex 39 E 21 0 4B 2A 4E 14D 3D E
Octal 71 16 41 0 113 52 116 515 75 16
Binary 111001 1110 100001 0 1001011 101010 1001110 101001101 111101 1110

Color Harmonies of #390E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E21

Black with #390E21

Text Example


Text Example

White with #390E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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