Html Css Color HEX #0A171F Black Pearl

📋 copy color: '#0A171F'

red 10 ◦ green 23 ◦ blue 31

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

Shades of Black Pearl #0A171F

Tints of Black Pearl #0A171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 35.94%

 BLUE value IS 31 (12.5% from 255) = 48.44%

R = 15.63%
G = 35.94%
B = 48.44%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0A171F (or 0x0A171F) is known color: Black Pearl. HEX triplet: 0A, 17 and 1F. RGB value is (10,23,31). Sum of RGB (Red+Green+Blue) = 10+23+31=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A171F is #F5E8E0. Grayscale: #131313. Windows color (decimal): -16115937 or 2037514. OLE color: 2037514.

HSL color Cylindrical-coordinate representation of color #0A171F: hue angle of 202.86º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A171F is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 10 23 31 -
CMYK 0.68 0.26 0 0.88
HSL 202.86º 0.51% 0.08% -
HSV(B) 202.86º 0.68% 0.12% -
XYZ 0.68 0.78 1.41 -
YUV 20.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 10 23 31 0.68 0.26 0 0.88 202.86 0.51 0.08
Hex A 17 1F 44 1A 0 58 CB 33 8
Octal 12 27 37 104 32 0 130 313 63 10
Binary 1010 10111 11111 1000100 11010 0 1011000 11001011 110011 1000

Color Harmonies of #0A171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A171F

Black with #0A171F

Text Example


Text Example

White with #0A171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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