#01090D

Color #01090D Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #01090D

Tints of Black Pearl #01090D

Color information

#01090D (or 0x01090D) is unknown color: approx Black Pearl. HEX triplet: 01, 09 and 0D. RGB value is (1,9,13). Sum of RGB (Red+Green+Blue) = 1+9+13=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 9 (3.91% from 255 or 39.13% from 23); Blue value is 13 (5.47% from 255 or 56.52% from 23); Max value from RGB is 13 - color contains mainly: blue. Hex color #01090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01090D is #FEF6F2. Grayscale: #070707. Windows color (decimal): -16709363 or 854273. OLE color: 854273.

HSL color Cylindrical-coordinate representation of color #01090D: hue angle of 200º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #01090D is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB1913-
CMYK0.920.3100.95
HSL200º85.71%2.75%-
HSV(B)200º92.31%5.1%-
XYZ0.180.230.42-
YUV7.06131.35123.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.35%
GREEN value IS 9 (3.91% from 255) = 39.13%
BLUE value IS 13 (5.47% from 255) = 56.52%
R=4.35%
G=39.13%
B=56.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal19130.920.3100.9520085.712.75
Hex19D5C1F05Fc8563
Octal111151343701373101263
Binary1100111011011100111110101111111001000101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01090D; }

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

 H1.HeaderClassName
 {
   color: #01090D;
 }
 .AnyTagClassName
 {
   color: #01090D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #01090D;
 }
 .BgClassName
 {
   background-color: #01090D;
 }
</style>
border-color css

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

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

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