Html Css Color HEX #0A111C Black Pearl

📋 copy color: '#0A111C'

red 10 ◦ green 17 ◦ blue 28

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

Shades of Black Pearl #0A111C

Tints of Black Pearl #0A111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 50.91%

R = 18.18%
G = 30.91%
B = 50.91%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0A111C (or 0x0A111C) is known color: Black Pearl. HEX triplet: 0A, 11 and 1C. RGB value is (10,17,28). Sum of RGB (Red+Green+Blue) = 10+17+28=55 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.18% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A111C is #F5EEE3. Grayscale: #101010. Windows color (decimal): -16117476 or 1839370. OLE color: 1839370.

HSL color Cylindrical-coordinate representation of color #0A111C: hue angle of 216.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A111C is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 17 28 -
CMYK 0.64 0.39 0 0.89
HSL 216.67º 0.47% 0.07% -
HSV(B) 216.67º 0.64% 0.11% -
XYZ 0.54 0.55 1.18 -
YUV 16.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 10 17 28 0.64 0.39 0 0.89 216.67 0.47 0.07
Hex A 11 1C 40 27 0 59 D9 2F 7
Octal 12 21 34 100 47 0 131 331 57 7
Binary 1010 10001 11100 1000000 100111 0 1011001 11011001 101111 111

Color Harmonies of #0A111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A111C

Black with #0A111C

Text Example


Text Example

White with #0A111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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