Html Css Color HEX #031315 Black Pearl

📋 copy color: '#031315'

red 3 ◦ green 19 ◦ blue 21

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

Shades of Black Pearl #031315

Tints of Black Pearl #031315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 44.19%

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

R = 6.98%
G = 44.19%
B = 48.84%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#031315 (or 0x031315) is known color: Black Pearl. HEX triplet: 03, 13 and 15. RGB value is (3,19,21). Sum of RGB (Red+Green+Blue) = 3+19+21=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #031315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031315 is #FCECEA. Grayscale: #0E0E0E. Windows color (decimal): -16575723 or 1381123. OLE color: 1381123.

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

Color convert

RGB 3 19 21 -
CMYK 0.86 0.10 0 0.92
HSL 186.67º 0.75% 0.05% -
HSV(B) 186.67º 0.86% 0.08% -
XYZ 0.41 0.54 0.79 -
YUV 14.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 3 19 21 0.86 0.10 0 0.92 186.67 0.75 0.05
Hex 3 13 15 56 A 0 5C BB 4B 5
Octal 3 23 25 126 12 0 134 273 113 5
Binary 11 10011 10101 1010110 1010 0 1011100 10111011 1001011 101

Color Harmonies of #031315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031315

Black with #031315

Text Example


Text Example

White with #031315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031315; }

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

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

background-color css

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

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

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

border-color css

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

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

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