Html Css Color HEX #031215 Black Pearl

📋 copy color: '#031215'

red 3 ◦ green 18 ◦ blue 21

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

Shades of Black Pearl #031215

Tints of Black Pearl #031215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 42.86%

 BLUE value IS 21 (8.59% from 255) = 50%

R = 7.14%
G = 42.86%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#031215 (or 0x031215) is known color: Black Pearl. HEX triplet: 03, 12 and 15. RGB value is (3,18,21). Sum of RGB (Red+Green+Blue) = 3+18+21=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #031215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031215 is #FCEDEA. Grayscale: #0D0D0D. Windows color (decimal): -16575979 or 1380867. OLE color: 1380867.

HSL color Cylindrical-coordinate representation of color #031215: hue angle of 190º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031215 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 18 21 -
CMYK 0.86 0.14 0 0.92
HSL 190º 0.75% 0.05% -
HSV(B) 190º 0.86% 0.08% -
XYZ 0.39 0.51 0.79 -
YUV 13.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 3 18 21 0.86 0.14 0 0.92 190 0.75 0.05
Hex 3 12 15 56 E 0 5C BE 4B 5
Octal 3 22 25 126 16 0 134 276 113 5
Binary 11 10010 10101 1010110 1110 0 1011100 10111110 1001011 101

Color Harmonies of #031215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031215

Black with #031215

Text Example


Text Example

White with #031215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031215; }

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

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

background-color css

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

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

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

border-color css

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

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

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