Html Css Color HEX #0A1018 Black Pearl

📋 copy color: '#0A1018'

red 10 ◦ green 16 ◦ blue 24

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

Shades of Black Pearl #0A1018

Tints of Black Pearl #0A1018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 48%

R = 20%
G = 32%
B = 48%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1018 (or 0x0A1018) is known color: Black Pearl. HEX triplet: 0A, 10 and 18. RGB value is (10,16,24). Sum of RGB (Red+Green+Blue) = 10+16+24=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A1018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1018 is #F5EFE7. Grayscale: #0F0F0F. Windows color (decimal): -16117736 or 1576970. OLE color: 1576970.

HSL color Cylindrical-coordinate representation of color #0A1018: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A1018 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 16 24 -
CMYK 0.58 0.33 0 0.91
HSL 214.29º 0.41% 0.07% -
HSV(B) 214.29º 0.58% 0.09% -
XYZ 0.48 0.5 0.94 -
YUV 15.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 10 16 24 0.58 0.33 0 0.91 214.29 0.41 0.07
Hex A 10 18 3A 21 0 5B D6 29 7
Octal 12 20 30 72 41 0 133 326 51 7
Binary 1010 10000 11000 111010 100001 0 1011011 11010110 101001 111

Color Harmonies of #0A1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1018

Black with #0A1018

Text Example


Text Example

White with #0A1018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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