Html Css Color HEX #0A111A Black Pearl

📋 copy color: '#0A111A'

red 10 ◦ green 17 ◦ blue 26

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

Shades of Black Pearl #0A111A

Tints of Black Pearl #0A111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 49.06%

R = 18.87%
G = 32.08%
B = 49.06%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0A111A (or 0x0A111A) is known color: Black Pearl. HEX triplet: 0A, 11 and 1A. RGB value is (10,17,26). Sum of RGB (Red+Green+Blue) = 10+17+26=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A111A is #F5EEE5. Grayscale: #0F0F0F. Windows color (decimal): -16117478 or 1708298. OLE color: 1708298.

HSL color Cylindrical-coordinate representation of color #0A111A: hue angle of 213.75º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A111A is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 17 26 -
CMYK 0.62 0.35 0 0.90
HSL 213.75º 0.44% 0.07% -
HSV(B) 213.75º 0.62% 0.1% -
XYZ 0.51 0.54 1.05 -
YUV 15.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 10 17 26 0.62 0.35 0 0.90 213.75 0.44 0.07
Hex A 11 1A 3E 23 0 5A D6 2C 7
Octal 12 21 32 76 43 0 132 326 54 7
Binary 1010 10001 11010 111110 100011 0 1011010 11010110 101100 111

Color Harmonies of #0A111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A111A

Black with #0A111A

Text Example


Text Example

White with #0A111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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