Html Css Color HEX #0A0F17 Black Pearl

📋 copy color: '#0A0F17'

red 10 ◦ green 15 ◦ blue 23

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

Shades of Black Pearl #0A0F17

Tints of Black Pearl #0A0F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 31.25%

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

R = 20.83%
G = 31.25%
B = 47.92%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0F17 (or 0x0A0F17) is known color: Black Pearl. HEX triplet: 0A, 0F and 17. RGB value is (10,15,23). Sum of RGB (Red+Green+Blue) = 10+15+23=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0F17 is #F5F0E8. Grayscale: #0E0E0E. Windows color (decimal): -16117993 or 1511178. OLE color: 1511178.

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

Color convert

RGB 10 15 23 -
CMYK 0.57 0.35 0 0.91
HSL 216.92º 0.39% 0.06% -
HSV(B) 216.92º 0.57% 0.09% -
XYZ 0.45 0.47 0.88 -
YUV 14.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 10 15 23 0.57 0.35 0 0.91 216.92 0.39 0.06
Hex A F 17 39 23 0 5B D9 27 6
Octal 12 17 27 71 43 0 133 331 47 6
Binary 1010 1111 10111 111001 100011 0 1011011 11011001 100111 110

Color Harmonies of #0A0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0F17

Black with #0A0F17

Text Example


Text Example

White with #0A0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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