Html Css Color HEX #010A17 Black Pearl

📋 copy color: '#010A17'

red 1 ◦ green 10 ◦ blue 23

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

Shades of Black Pearl #010A17

Tints of Black Pearl #010A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 29.41%

 BLUE value IS 23 (9.38% from 255) = 67.65%

R = 2.94%
G = 29.41%
B = 67.65%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010A17 (or 0x010A17) is known color: Black Pearl. HEX triplet: 01, 0A and 17. RGB value is (1,10,23). Sum of RGB (Red+Green+Blue) = 1+10+23=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 23 (9.38% from 255 or 67.65% from 34); Max value from RGB is 23 - color contains mainly: blue. Hex color #010A17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A17 is #FEF5E8. Grayscale: #080808. Windows color (decimal): -16709097 or 1509889. OLE color: 1509889.

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

Color convert

RGB 1 10 23 -
CMYK 0.96 0.57 0 0.91
HSL 215.45º 0.92% 0.05% -
HSV(B) 215.45º 0.96% 0.09% -
XYZ 0.28 0.29 0.85 -
YUV 8.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 1 10 23 0.96 0.57 0 0.91 215.45 0.92 0.05
Hex 1 A 17 60 39 0 5B D7 5C 5
Octal 1 12 27 140 71 0 133 327 134 5
Binary 1 1010 10111 1100000 111001 0 1011011 11010111 1011100 101

Color Harmonies of #010A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A17

Black with #010A17

Text Example


Text Example

White with #010A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,10,23); }

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

background-color css

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

 a { background-color: rgb(1,10,23); }

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

border-color css

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

 span { border-color: rgb(1,10,23); }

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