Html Css Color HEX #390218 Blackberry

📋 copy color: '#390218'

red 57 ◦ green 2 ◦ blue 24

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

Shades of Blackberry #390218

Tints of Blackberry #390218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.41%

 BLUE value IS 24 (9.77% from 255) = 28.92%

R = 68.67%
G = 2.41%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#390218 (or 0x390218) is known color: Blackberry. HEX triplet: 39, 02 and 18. RGB value is (57,2,24). Sum of RGB (Red+Green+Blue) = 57+2+24=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #390218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390218 is #C6FDE7. Grayscale: #141414. Windows color (decimal): -13041128 or 1573433. OLE color: 1573433.

HSL color Cylindrical-coordinate representation of color #390218: hue angle of 336º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390218 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 2 24 -
CMYK 0 0.96 0.58 0.78
HSL 336º 0.93% 0.12% -
HSV(B) 336º 0.96% 0.22% -
XYZ 1.87 0.98 0.95 -
YUV 20.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 57 2 24 0 0.96 0.58 0.78 336 0.93 0.12
Hex 39 2 18 0 60 3A 4E 150 5D C
Octal 71 2 30 0 140 72 116 520 135 14
Binary 111001 10 11000 0 1100000 111010 1001110 101010000 1011101 1100

Color Harmonies of #390218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390218

Black with #390218

Text Example


Text Example

White with #390218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390218; }

 p { color: rgb(57,2,24); }

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

background-color css

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

 a { background-color: rgb(57,2,24); }

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

border-color css

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

 span { border-color: rgb(57,2,24); }

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