Html Css Color HEX #390B2E Blackberry

📋 copy color: '#390B2E'

red 57 ◦ green 11 ◦ blue 46

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

Shades of Blackberry #390B2E

Tints of Blackberry #390B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 40.35%

R = 50%
G = 9.65%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.78

RGB Variations

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

Color information

#390B2E (or 0x390B2E) is known color: Blackberry. HEX triplet: 39, 0B and 2E. RGB value is (57,11,46). Sum of RGB (Red+Green+Blue) = 57+11+46=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #390B2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B2E is #C6F4D1. Grayscale: #1C1C1C. Windows color (decimal): -13038802 or 3017529. OLE color: 3017529.

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

Color convert

RGB 57 11 46 -
CMYK 0 0.81 0.19 0.78
HSL 314.35º 0.68% 0.13% -
HSV(B) 314.35º 0.81% 0.22% -
XYZ 2.3 1.31 2.72 -
YUV 28.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 57 11 46 0 0.81 0.19 0.78 314.35 0.68 0.13
Hex 39 B 2E 0 51 13 4E 13A 44 D
Octal 71 13 56 0 121 23 116 472 104 15
Binary 111001 1011 101110 0 1010001 10011 1001110 100111010 1000100 1101

Color Harmonies of #390B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B2E

Black with #390B2E

Text Example


Text Example

White with #390B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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