Html Css Color HEX #390C2E Blackberry

📋 copy color: '#390C2E'

red 57 ◦ green 12 ◦ blue 46

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

Shades of Blackberry #390C2E

Tints of Blackberry #390C2E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.43%

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

R = 49.57%
G = 10.43%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.78

RGB Variations

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

Color information

#390C2E (or 0x390C2E) is known color: Blackberry. HEX triplet: 39, 0C and 2E. RGB value is (57,12,46). Sum of RGB (Red+Green+Blue) = 57+12+46=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #390C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C2E is #C6F3D1. Grayscale: #1D1D1D. Windows color (decimal): -13038546 or 3017785. OLE color: 3017785.

HSL color Cylindrical-coordinate representation of color #390C2E: hue angle of 314.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #390C2E is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 12 46 -
CMYK 0 0.79 0.19 0.78
HSL 314.67º 0.65% 0.14% -
HSV(B) 314.67º 0.79% 0.22% -
XYZ 2.31 1.33 2.72 -
YUV 29.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 57 12 46 0 0.79 0.19 0.78 314.67 0.65 0.14
Hex 39 C 2E 0 4F 13 4E 13B 41 E
Octal 71 14 56 0 117 23 116 473 101 16
Binary 111001 1100 101110 0 1001111 10011 1001110 100111011 1000001 1110

Color Harmonies of #390C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C2E

Black with #390C2E

Text Example


Text Example

White with #390C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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