Html Css Color HEX #001316 Black Pearl

📋 copy color: '#001316'

red 0 ◦ green 19 ◦ blue 22

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

Shades of Black Pearl #001316

Tints of Black Pearl #001316

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 22 (8.98% from 255) = 53.66%

R = 0%
G = 46.34%
B = 53.66%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#001316 (or 0x001316) is known color: Black Pearl. HEX triplet: 00, 13 and 16. RGB value is (0,19,22). Sum of RGB (Red+Green+Blue) = 0+19+22=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #001316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001316 is #FFECE9. Grayscale: #0D0D0D. Windows color (decimal): -16772330 or 1446656. OLE color: 1446656.

HSL color Cylindrical-coordinate representation of color #001316: hue angle of 188.18º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001316 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 19 22 -
CMYK 1 0.14 0 0.91
HSL 188.18º 1% 0.04% -
HSV(B) 188.18º 1% 0.09% -
XYZ 0.38 0.52 0.84 -
YUV 13.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 0 19 22 1 0.14 0 0.91 188.18 1 0.04
Hex 0 13 16 64 E 0 5B BC 64 4
Octal 0 23 26 144 16 0 133 274 144 4
Binary 0 10011 10110 1100100 1110 0 1011011 10111100 1100100 100

Color Harmonies of #001316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001316

Black with #001316

Text Example


Text Example

White with #001316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001316; }

 p { color: rgb(0,19,22); }

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

background-color css

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

 a { background-color: rgb(0,19,22); }

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

border-color css

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

 span { border-color: rgb(0,19,22); }

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