Html Css Color HEX #0A1117 Black Pearl

📋 copy color: '#0A1117'

red 10 ◦ green 17 ◦ blue 23

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

Shades of Black Pearl #0A1117

Tints of Black Pearl #0A1117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 34%

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

R = 20%
G = 34%
B = 46%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1117 (or 0x0A1117) is known color: Black Pearl. HEX triplet: 0A, 11 and 17. RGB value is (10,17,23). Sum of RGB (Red+Green+Blue) = 10+17+23=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A1117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1117 is #F5EEE8. Grayscale: #0F0F0F. Windows color (decimal): -16117481 or 1511690. OLE color: 1511690.

HSL color Cylindrical-coordinate representation of color #0A1117: hue angle of 207.69º 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 #0A1117 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 17 23 -
CMYK 0.57 0.26 0 0.91
HSL 207.69º 0.39% 0.06% -
HSV(B) 207.69º 0.57% 0.09% -
XYZ 0.48 0.53 0.89 -
YUV 15.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 10 17 23 0.57 0.26 0 0.91 207.69 0.39 0.06
Hex A 11 17 39 1A 0 5B D0 27 6
Octal 12 21 27 71 32 0 133 320 47 6
Binary 1010 10001 10111 111001 11010 0 1011011 11010000 100111 110

Color Harmonies of #0A1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1117

Black with #0A1117

Text Example


Text Example

White with #0A1117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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