Html Css Color HEX #390E2F Blackberry

📋 copy color: '#390E2F'

red 57 ◦ green 14 ◦ blue 47

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

Shades of Blackberry #390E2F

Tints of Blackberry #390E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 39.83%

R = 48.31%
G = 11.86%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#390E2F (or 0x390E2F) is known color: Blackberry. HEX triplet: 39, 0E and 2F. RGB value is (57,14,47). Sum of RGB (Red+Green+Blue) = 57+14+47=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #390E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E2F is #C6F1D0. Grayscale: #1E1E1E. Windows color (decimal): -13038033 or 3083833. OLE color: 3083833.

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

Color convert

RGB 57 14 47 -
CMYK 0 0.75 0.18 0.78
HSL 313.95º 0.61% 0.14% -
HSV(B) 313.95º 0.75% 0.22% -
XYZ 2.36 1.39 2.83 -
YUV 30.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 57 14 47 0 0.75 0.18 0.78 313.95 0.61 0.14
Hex 39 E 2F 0 4B 12 4E 13A 3D E
Octal 71 16 57 0 113 22 116 472 75 16
Binary 111001 1110 101111 0 1001011 10010 1001110 100111010 111101 1110

Color Harmonies of #390E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E2F

Black with #390E2F

Text Example


Text Example

White with #390E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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