Html Css Color HEX #390D2C Blackberry

📋 copy color: '#390D2C'

red 57 ◦ green 13 ◦ blue 44

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

Shades of Blackberry #390D2C

Tints of Blackberry #390D2C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.4%

 BLUE value IS 44 (17.58% from 255) = 38.6%

R = 50%
G = 11.4%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#390D2C (or 0x390D2C) is known color: Blackberry. HEX triplet: 39, 0D and 2C. RGB value is (57,13,44). Sum of RGB (Red+Green+Blue) = 57+13+44=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #390D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D2C is #C6F2D3. Grayscale: #1D1D1D. Windows color (decimal): -13038292 or 2886969. OLE color: 2886969.

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

Color convert

RGB 57 13 44 -
CMYK 0 0.77 0.23 0.78
HSL 317.73º 0.63% 0.14% -
HSV(B) 317.73º 0.77% 0.22% -
XYZ 2.29 1.34 2.52 -
YUV 29.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 57 13 44 0 0.77 0.23 0.78 317.73 0.63 0.14
Hex 39 D 2C 0 4D 17 4E 13E 3F E
Octal 71 15 54 0 115 27 116 476 77 16
Binary 111001 1101 101100 0 1001101 10111 1001110 100111110 111111 1110

Color Harmonies of #390D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D2C

Black with #390D2C

Text Example


Text Example

White with #390D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,13,44); }

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

background-color css

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

 a { background-color: rgb(57,13,44); }

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

border-color css

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

 span { border-color: rgb(57,13,44); }

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