Html Css Color HEX #031415 Black Pearl

📋 copy color: '#031415'

red 3 ◦ green 20 ◦ blue 21

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

Shades of Black Pearl #031415

Tints of Black Pearl #031415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 45.45%

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

R = 6.82%
G = 45.45%
B = 47.73%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#031415 (or 0x031415) is known color: Black Pearl. HEX triplet: 03, 14 and 15. RGB value is (3,20,21). Sum of RGB (Red+Green+Blue) = 3+20+21=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #031415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031415 is #FCEBEA. Grayscale: #0F0F0F. Windows color (decimal): -16575467 or 1381379. OLE color: 1381379.

HSL color Cylindrical-coordinate representation of color #031415: hue angle of 183.33º 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 #031415 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 20 21 -
CMYK 0.86 0.05 0 0.92
HSL 183.33º 0.75% 0.05% -
HSV(B) 183.33º 0.86% 0.08% -
XYZ 0.42 0.57 0.8 -
YUV 15.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 3 20 21 0.86 0.05 0 0.92 183.33 0.75 0.05
Hex 3 14 15 56 5 0 5C B7 4B 5
Octal 3 24 25 126 5 0 134 267 113 5
Binary 11 10100 10101 1010110 101 0 1011100 10110111 1001011 101

Color Harmonies of #031415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031415

Black with #031415

Text Example


Text Example

White with #031415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031415; }

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

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

background-color css

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

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

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

border-color css

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

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

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