Html Css Color HEX #390E30 Blackberry

📋 copy color: '#390E30'

red 57 ◦ green 14 ◦ blue 48

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

Shades of Blackberry #390E30

Tints of Blackberry #390E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 40.34%

R = 47.9%
G = 11.76%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#390E30 (or 0x390E30) is known color: Blackberry. HEX triplet: 39, 0E and 30. RGB value is (57,14,48). Sum of RGB (Red+Green+Blue) = 57+14+48=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #390E30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E30 is #C6F1CF. Grayscale: #1E1E1E. Windows color (decimal): -13038032 or 3149369. OLE color: 3149369.

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

Color convert

RGB 57 14 48 -
CMYK 0 0.75 0.16 0.78
HSL 312.56º 0.61% 0.14% -
HSV(B) 312.56º 0.75% 0.22% -
XYZ 2.38 1.4 2.94 -
YUV 30.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 57 14 48 0 0.75 0.16 0.78 312.56 0.61 0.14
Hex 39 E 30 0 4B 10 4E 139 3D E
Octal 71 16 60 0 113 20 116 471 75 16
Binary 111001 1110 110000 0 1001011 10000 1001110 100111001 111101 1110

Color Harmonies of #390E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E30

Black with #390E30

Text Example


Text Example

White with #390E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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