Html Css Color HEX #390E28 Blackberry

📋 copy color: '#390E28'

red 57 ◦ green 14 ◦ blue 40

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

Shades of Blackberry #390E28

Tints of Blackberry #390E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 36.04%

R = 51.35%
G = 12.61%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#390E28 (or 0x390E28) is known color: Blackberry. HEX triplet: 39, 0E and 28. RGB value is (57,14,40). Sum of RGB (Red+Green+Blue) = 57+14+40=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #390E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E28 is #C6F1D7. Grayscale: #1D1D1D. Windows color (decimal): -13038040 or 2625081. OLE color: 2625081.

HSL color Cylindrical-coordinate representation of color #390E28: hue angle of 323.72º 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 #390E28 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 14 40 -
CMYK 0 0.75 0.30 0.78
HSL 323.72º 0.61% 0.14% -
HSV(B) 323.72º 0.75% 0.22% -
XYZ 2.23 1.34 2.15 -
YUV 29.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 57 14 40 0 0.75 0.30 0.78 323.72 0.61 0.14
Hex 39 E 28 0 4B 1E 4E 144 3D E
Octal 71 16 50 0 113 36 116 504 75 16
Binary 111001 1110 101000 0 1001011 11110 1001110 101000100 111101 1110

Color Harmonies of #390E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E28

Black with #390E28

Text Example


Text Example

White with #390E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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