Html Css Color HEX #031317 Black Pearl

📋 copy color: '#031317'

red 3 ◦ green 19 ◦ blue 23

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

Shades of Black Pearl #031317

Tints of Black Pearl #031317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 51.11%

R = 6.67%
G = 42.22%
B = 51.11%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#031317 (or 0x031317) is known color: Black Pearl. HEX triplet: 03, 13 and 17. RGB value is (3,19,23). Sum of RGB (Red+Green+Blue) = 3+19+23=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #031317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031317 is #FCECE8. Grayscale: #0E0E0E. Windows color (decimal): -16575721 or 1512195. OLE color: 1512195.

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

Color convert

RGB 3 19 23 -
CMYK 0.87 0.17 0 0.91
HSL 192º 0.77% 0.05% -
HSV(B) 192º 0.87% 0.09% -
XYZ 0.43 0.55 0.89 -
YUV 14.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 3 19 23 0.87 0.17 0 0.91 192 0.77 0.05
Hex 3 13 17 57 11 0 5B C0 4D 5
Octal 3 23 27 127 21 0 133 300 115 5
Binary 11 10011 10111 1010111 10001 0 1011011 11000000 1001101 101

Color Harmonies of #031317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031317

Black with #031317

Text Example


Text Example

White with #031317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031317; }

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

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

background-color css

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

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

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

border-color css

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

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

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