Html Css Color HEX #0A181F Black Pearl

📋 copy color: '#0A181F'

red 10 ◦ green 24 ◦ blue 31

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

Shades of Black Pearl #0A181F

Tints of Black Pearl #0A181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 36.92%

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

R = 15.38%
G = 36.92%
B = 47.69%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0A181F (or 0x0A181F) is known color: Black Pearl. HEX triplet: 0A, 18 and 1F. RGB value is (10,24,31). Sum of RGB (Red+Green+Blue) = 10+24+31=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A181F is #F5E7E0. Grayscale: #141414. Windows color (decimal): -16115681 or 2037770. OLE color: 2037770.

HSL color Cylindrical-coordinate representation of color #0A181F: hue angle of 200º 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 #0A181F is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 10 24 31 -
CMYK 0.68 0.23 0 0.88
HSL 200º 0.51% 0.08% -
HSV(B) 200º 0.68% 0.12% -
XYZ 0.7 0.82 1.42 -
YUV 20.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 10 24 31 0.68 0.23 0 0.88 200 0.51 0.08
Hex A 18 1F 44 17 0 58 C8 33 8
Octal 12 30 37 104 27 0 130 310 63 10
Binary 1010 11000 11111 1000100 10111 0 1011000 11001000 110011 1000

Color Harmonies of #0A181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A181F

Black with #0A181F

Text Example


Text Example

White with #0A181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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