Html Css Color HEX #0A182E Black Pearl

📋 copy color: '#0A182E'

red 10 ◦ green 24 ◦ blue 46

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

Shades of Black Pearl #0A182E

Tints of Black Pearl #0A182E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 57.5%

R = 12.5%
G = 30%
B = 57.5%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0A182E (or 0x0A182E) is known color: Black Pearl. HEX triplet: 0A, 18 and 2E. RGB value is (10,24,46). Sum of RGB (Red+Green+Blue) = 10+24+46=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #0A182E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A182E is #F5E7D1. Grayscale: #161616. Windows color (decimal): -16115666 or 3020810. OLE color: 3020810.

HSL color Cylindrical-coordinate representation of color #0A182E: hue angle of 216.67º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A182E is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 10 24 46 -
CMYK 0.78 0.48 0 0.82
HSL 216.67º 0.64% 0.11% -
HSV(B) 216.67º 0.78% 0.18% -
XYZ 0.94 0.92 2.71 -
YUV 22.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 10 24 46 0.78 0.48 0 0.82 216.67 0.64 0.11
Hex A 18 2E 4E 30 0 52 D9 40 B
Octal 12 30 56 116 60 0 122 331 100 13
Binary 1010 11000 101110 1001110 110000 0 1010010 11011001 1000000 1011

Color Harmonies of #0A182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A182E

Black with #0A182E

Text Example


Text Example

White with #0A182E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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