Html Css Color HEX #031518 Black Pearl

📋 copy color: '#031518'

red 3 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #031518

Tints of Black Pearl #031518

RGB

 RED value IS 3 (1.56% from 255) = 6.25%

 GREEN value IS 21 (8.59% from 255) = 43.75%

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

R = 6.25%
G = 43.75%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#031518 (or 0x031518) is known color: Black Pearl. HEX triplet: 03, 15 and 18. RGB value is (3,21,24). Sum of RGB (Red+Green+Blue) = 3+21+24=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #031518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031518 is #FCEAE7. Grayscale: #0F0F0F. Windows color (decimal): -16575208 or 1578243. OLE color: 1578243.

HSL color Cylindrical-coordinate representation of color #031518: hue angle of 188.57º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031518 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 3 21 24 -
CMYK 0.88 0.13 0 0.91
HSL 188.57º 0.78% 0.05% -
HSV(B) 188.57º 0.88% 0.09% -
XYZ 0.47 0.62 0.96 -
YUV 15.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 3 21 24 0.88 0.13 0 0.91 188.57 0.78 0.05
Hex 3 15 18 58 D 0 5B BD 4E 5
Octal 3 25 30 130 15 0 133 275 116 5
Binary 11 10101 11000 1011000 1101 0 1011011 10111101 1001110 101

Color Harmonies of #031518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031518

Black with #031518

Text Example


Text Example

White with #031518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031518; }

 p { color: rgb(3,21,24); }

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

background-color css

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

 a { background-color: rgb(3,21,24); }

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

border-color css

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

 span { border-color: rgb(3,21,24); }

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