Html Css Color HEX #0A151A Black Pearl

📋 copy color: '#0A151A'

red 10 ◦ green 21 ◦ blue 26

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

Shades of Black Pearl #0A151A

Tints of Black Pearl #0A151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 36.84%

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

R = 17.54%
G = 36.84%
B = 45.61%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0A151A (or 0x0A151A) is known color: Black Pearl. HEX triplet: 0A, 15 and 1A. RGB value is (10,21,26). Sum of RGB (Red+Green+Blue) = 10+21+26=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A151A is #F5EAE5. Grayscale: #121212. Windows color (decimal): -16116454 or 1709322. OLE color: 1709322.

HSL color Cylindrical-coordinate representation of color #0A151A: hue angle of 198.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 #0A151A is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 21 26 -
CMYK 0.62 0.19 0 0.90
HSL 198.75º 0.44% 0.07% -
HSV(B) 198.75º 0.62% 0.1% -
XYZ 0.58 0.68 1.08 -
YUV 18.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 10 21 26 0.62 0.19 0 0.90 198.75 0.44 0.07
Hex A 15 1A 3E 13 0 5A C7 2C 7
Octal 12 25 32 76 23 0 132 307 54 7
Binary 1010 10101 11010 111110 10011 0 1011010 11000111 101100 111

Color Harmonies of #0A151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A151A

Black with #0A151A

Text Example


Text Example

White with #0A151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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