Html Css Color HEX #390B2F Blackberry

📋 copy color: '#390B2F'

red 57 ◦ green 11 ◦ blue 47

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

Shades of Blackberry #390B2F

Tints of Blackberry #390B2F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.57%

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

R = 49.57%
G = 9.57%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#390B2F (or 0x390B2F) is known color: Blackberry. HEX triplet: 39, 0B and 2F. RGB value is (57,11,47). Sum of RGB (Red+Green+Blue) = 57+11+47=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #390B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B2F is #C6F4D0. Grayscale: #1C1C1C. Windows color (decimal): -13038801 or 3083065. OLE color: 3083065.

HSL color Cylindrical-coordinate representation of color #390B2F: hue angle of 313.04º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #390B2F is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 11 47 -
CMYK 0 0.81 0.18 0.78
HSL 313.04º 0.68% 0.13% -
HSV(B) 313.04º 0.81% 0.22% -
XYZ 2.32 1.31 2.82 -
YUV 28.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 57 11 47 0 0.81 0.18 0.78 313.04 0.68 0.13
Hex 39 B 2F 0 51 12 4E 139 44 D
Octal 71 13 57 0 121 22 116 471 104 15
Binary 111001 1011 101111 0 1010001 10010 1001110 100111001 1000100 1101

Color Harmonies of #390B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B2F

Black with #390B2F

Text Example


Text Example

White with #390B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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