Html Css Color HEX #031417 Black Pearl

📋 copy color: '#031417'

red 3 ◦ green 20 ◦ blue 23

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

Shades of Black Pearl #031417

Tints of Black Pearl #031417

RGB

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

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

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

R = 6.52%
G = 43.48%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#031417 (or 0x031417) is known color: Black Pearl. HEX triplet: 03, 14 and 17. RGB value is (3,20,23). Sum of RGB (Red+Green+Blue) = 3+20+23=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #031417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031417 is #FCEBE8. Grayscale: #0F0F0F. Windows color (decimal): -16575465 or 1512451. OLE color: 1512451.

HSL color Cylindrical-coordinate representation of color #031417: hue angle of 189º 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 #031417 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 3 20 23 -
CMYK 0.87 0.13 0 0.91
HSL 189º 0.77% 0.05% -
HSV(B) 189º 0.87% 0.09% -
XYZ 0.44 0.58 0.9 -
YUV 15.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 3 20 23 0.87 0.13 0 0.91 189 0.77 0.05
Hex 3 14 17 57 D 0 5B BD 4D 5
Octal 3 24 27 127 15 0 133 275 115 5
Binary 11 10100 10111 1010111 1101 0 1011011 10111101 1001101 101

Color Harmonies of #031417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031417

Black with #031417

Text Example


Text Example

White with #031417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031417; }

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

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

background-color css

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

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

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

border-color css

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

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

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