Html Css Color HEX #010913 Black Pearl

📋 copy color: '#010913'

red 1 ◦ green 9 ◦ blue 19

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

Shades of Black Pearl #010913

Tints of Black Pearl #010913

RGB

 RED value IS 1 (0.78% from 255) = 3.45%

 GREEN value IS 9 (3.91% from 255) = 31.03%

 BLUE value IS 19 (7.81% from 255) = 65.52%

R = 3.45%
G = 31.03%
B = 65.52%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010913 (or 0x010913) is known color: Black Pearl. HEX triplet: 01, 09 and 13. RGB value is (1,9,19). Sum of RGB (Red+Green+Blue) = 1+9+19=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 19 (7.81% from 255 or 65.52% from 29); Max value from RGB is 19 - color contains mainly: blue. Hex color #010913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010913 is #FEF6EC. Grayscale: #070707. Windows color (decimal): -16709357 or 1247489. OLE color: 1247489.

HSL color Cylindrical-coordinate representation of color #010913: hue angle of 213.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010913 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 9 19 -
CMYK 0.95 0.53 0 0.93
HSL 213.33º 0.9% 0.04% -
HSV(B) 213.33º 0.95% 0.07% -
XYZ 0.23 0.25 0.65 -
YUV 7.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 1 9 19 0.95 0.53 0 0.93 213.33 0.9 0.04
Hex 1 9 13 5F 35 0 5D D5 5A 4
Octal 1 11 23 137 65 0 135 325 132 4
Binary 1 1001 10011 1011111 110101 0 1011101 11010101 1011010 100

Color Harmonies of #010913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010913

Black with #010913

Text Example


Text Example

White with #010913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010913; }

 p { color: rgb(1,9,19); }

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

background-color css

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

 a { background-color: rgb(1,9,19); }

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

border-color css

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

 span { border-color: rgb(1,9,19); }

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