Html Css Color HEX #031517 Black Pearl

📋 copy color: '#031517'

red 3 ◦ green 21 ◦ blue 23

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

Shades of Black Pearl #031517

Tints of Black Pearl #031517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 44.68%

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

R = 6.38%
G = 44.68%
B = 48.94%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#031517 (or 0x031517) is known color: Black Pearl. HEX triplet: 03, 15 and 17. RGB value is (3,21,23). Sum of RGB (Red+Green+Blue) = 3+21+23=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #031517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031517 is #FCEAE8. Grayscale: #0F0F0F. Windows color (decimal): -16575209 or 1512707. OLE color: 1512707.

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

Color convert

RGB 3 21 23 -
CMYK 0.87 0.09 0 0.91
HSL 186º 0.77% 0.05% -
HSV(B) 186º 0.87% 0.09% -
XYZ 0.46 0.62 0.91 -
YUV 15.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 3 21 23 0.87 0.09 0 0.91 186 0.77 0.05
Hex 3 15 17 57 9 0 5B BA 4D 5
Octal 3 25 27 127 11 0 133 272 115 5
Binary 11 10101 10111 1010111 1001 0 1011011 10111010 1001101 101

Color Harmonies of #031517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031517

Black with #031517

Text Example


Text Example

White with #031517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031517; }

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

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

background-color css

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

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

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

border-color css

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

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

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