Html Css Color HEX #0A182B Black Pearl

📋 copy color: '#0A182B'

red 10 ◦ green 24 ◦ blue 43

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

Shades of Black Pearl #0A182B

Tints of Black Pearl #0A182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 55.84%

R = 12.99%
G = 31.17%
B = 55.84%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0A182B (or 0x0A182B) is known color: Black Pearl. HEX triplet: 0A, 18 and 2B. RGB value is (10,24,43). Sum of RGB (Red+Green+Blue) = 10+24+43=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #0A182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A182B is #F5E7D4. Grayscale: #151515. Windows color (decimal): -16115669 or 2824202. OLE color: 2824202.

HSL color Cylindrical-coordinate representation of color #0A182B: hue angle of 214.55º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A182B is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 10 24 43 -
CMYK 0.77 0.44 0 0.83
HSL 214.55º 0.62% 0.1% -
HSV(B) 214.55º 0.77% 0.17% -
XYZ 0.89 0.89 2.41 -
YUV 21.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 10 24 43 0.77 0.44 0 0.83 214.55 0.62 0.1
Hex A 18 2B 4D 2C 0 53 D7 3E A
Octal 12 30 53 115 54 0 123 327 76 12
Binary 1010 11000 101011 1001101 101100 0 1010011 11010111 111110 1010

Color Harmonies of #0A182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A182B

Black with #0A182B

Text Example


Text Example

White with #0A182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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