Html Css Color HEX #390D24 Blackberry

📋 copy color: '#390D24'

red 57 ◦ green 13 ◦ blue 36

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

Shades of Blackberry #390D24

Tints of Blackberry #390D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 33.96%

R = 53.77%
G = 12.26%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#390D24 (or 0x390D24) is known color: Blackberry. HEX triplet: 39, 0D and 24. RGB value is (57,13,36). Sum of RGB (Red+Green+Blue) = 57+13+36=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #390D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D24 is #C6F2DB. Grayscale: #1C1C1C. Windows color (decimal): -13038300 or 2362681. OLE color: 2362681.

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

Color convert

RGB 57 13 36 -
CMYK 0 0.77 0.37 0.78
HSL 328.64º 0.63% 0.14% -
HSV(B) 328.64º 0.77% 0.22% -
XYZ 2.15 1.29 1.8 -
YUV 28.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 57 13 36 0 0.77 0.37 0.78 328.64 0.63 0.14
Hex 39 D 24 0 4D 25 4E 149 3F E
Octal 71 15 44 0 115 45 116 511 77 16
Binary 111001 1101 100100 0 1001101 100101 1001110 101001001 111111 1110

Color Harmonies of #390D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D24

Black with #390D24

Text Example


Text Example

White with #390D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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