Html Css Color HEX #010D19 Black Pearl

📋 copy color: '#010D19'

red 1 ◦ green 13 ◦ blue 25

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

Shades of Black Pearl #010D19

Tints of Black Pearl #010D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 33.33%

 BLUE value IS 25 (10.16% from 255) = 64.1%

R = 2.56%
G = 33.33%
B = 64.1%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#010D19 (or 0x010D19) is known color: Black Pearl. HEX triplet: 01, 0D and 19. RGB value is (1,13,25). Sum of RGB (Red+Green+Blue) = 1+13+25=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #010D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D19 is #FEF2E6. Grayscale: #0A0A0A. Windows color (decimal): -16708327 or 1641729. OLE color: 1641729.

HSL color Cylindrical-coordinate representation of color #010D19: hue angle of 210º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010D19 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 13 25 -
CMYK 0.96 0.48 0 0.90
HSL 210º 0.92% 0.05% -
HSV(B) 210º 0.96% 0.1% -
XYZ 0.33 0.36 0.97 -
YUV 10.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 1 13 25 0.96 0.48 0 0.90 210 0.92 0.05
Hex 1 D 19 60 30 0 5A D2 5C 5
Octal 1 15 31 140 60 0 132 322 134 5
Binary 1 1101 11001 1100000 110000 0 1011010 11010010 1011100 101

Color Harmonies of #010D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D19

Black with #010D19

Text Example


Text Example

White with #010D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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