Html Css Color HEX #0A1017 Black Pearl

📋 copy color: '#0A1017'

red 10 ◦ green 16 ◦ blue 23

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

Shades of Black Pearl #0A1017

Tints of Black Pearl #0A1017

RGB

 RED value IS 10 (4.3% from 255) = 20.41%

 GREEN value IS 16 (6.64% from 255) = 32.65%

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

R = 20.41%
G = 32.65%
B = 46.94%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1017 (or 0x0A1017) is known color: Black Pearl. HEX triplet: 0A, 10 and 17. RGB value is (10,16,23). Sum of RGB (Red+Green+Blue) = 10+16+23=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A1017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1017 is #F5EFE8. Grayscale: #0E0E0E. Windows color (decimal): -16117737 or 1511434. OLE color: 1511434.

HSL color Cylindrical-coordinate representation of color #0A1017: hue angle of 212.31º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0A1017 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 16 23 -
CMYK 0.57 0.30 0 0.91
HSL 212.31º 0.39% 0.06% -
HSV(B) 212.31º 0.57% 0.09% -
XYZ 0.47 0.5 0.88 -
YUV 15 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 10 16 23 0.57 0.30 0 0.91 212.31 0.39 0.06
Hex A 10 17 39 1E 0 5B D4 27 6
Octal 12 20 27 71 36 0 133 324 47 6
Binary 1010 10000 10111 111001 11110 0 1011011 11010100 100111 110

Color Harmonies of #0A1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1017

Black with #0A1017

Text Example


Text Example

White with #0A1017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A1017; }

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

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

background-color css

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

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

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

border-color css

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

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

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