Html Css Color HEX #010C13 Black Pearl

📋 copy color: '#010C13'

red 1 ◦ green 12 ◦ blue 19

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

Shades of Black Pearl #010C13

Tints of Black Pearl #010C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 37.5%

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

R = 3.13%
G = 37.5%
B = 59.38%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010C13 (or 0x010C13) is known color: Black Pearl. HEX triplet: 01, 0C and 13. RGB value is (1,12,19). Sum of RGB (Red+Green+Blue) = 1+12+19=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 19 (7.81% from 255 or 59.38% from 32); Max value from RGB is 19 - color contains mainly: blue. Hex color #010C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C13 is #FEF3EC. Grayscale: #090909. Windows color (decimal): -16708589 or 1248257. OLE color: 1248257.

HSL color Cylindrical-coordinate representation of color #010C13: hue angle of 203.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 #010C13 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 12 19 -
CMYK 0.95 0.37 0 0.93
HSL 203.33º 0.9% 0.04% -
HSV(B) 203.33º 0.95% 0.07% -
XYZ 0.26 0.32 0.66 -
YUV 9.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 1 12 19 0.95 0.37 0 0.93 203.33 0.9 0.04
Hex 1 C 13 5F 25 0 5D CB 5A 4
Octal 1 14 23 137 45 0 135 313 132 4
Binary 1 1100 10011 1011111 100101 0 1011101 11001011 1011010 100

Color Harmonies of #010C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C13

Black with #010C13

Text Example


Text Example

White with #010C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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