Html Css Color HEX #390018 Blackberry

📋 copy color: '#390018'

red 57 ◦ green 0 ◦ blue 24

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

Shades of Blackberry #390018

Tints of Blackberry #390018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.37%
G = 0%
B = 29.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#390018 (or 0x390018) is known color: Blackberry. HEX triplet: 39, 00 and 18. RGB value is (57,0,24). Sum of RGB (Red+Green+Blue) = 57+0+24=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #390018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390018 is #C6FFE7. Grayscale: #131313. Windows color (decimal): -13041640 or 1572921. OLE color: 1572921.

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

Color convert

RGB 57 0 24 -
CMYK 0 1 0.58 0.78
HSL 334.74º 1% 0.11% -
HSV(B) 334.74º 1% 0.22% -
XYZ 1.85 0.94 0.95 -
YUV 19.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 57 0 24 0 1 0.58 0.78 334.74 1 0.11
Hex 39 0 18 0 64 3A 4E 14F 64 B
Octal 71 0 30 0 144 72 116 517 144 13
Binary 111001 0 11000 0 1100100 111010 1001110 101001111 1100100 1011

Color Harmonies of #390018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390018

Black with #390018

Text Example


Text Example

White with #390018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390018; }

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

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

background-color css

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

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

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

border-color css

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

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

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