Html Css Color HEX #0A141D Black Pearl

📋 copy color: '#0A141D'

red 10 ◦ green 20 ◦ blue 29

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

Shades of Black Pearl #0A141D

Tints of Black Pearl #0A141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 33.9%

 BLUE value IS 29 (11.72% from 255) = 49.15%

R = 16.95%
G = 33.9%
B = 49.15%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0A141D (or 0x0A141D) is known color: Black Pearl. HEX triplet: 0A, 14 and 1D. RGB value is (10,20,29). Sum of RGB (Red+Green+Blue) = 10+20+29=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A141D is #F5EBE2. Grayscale: #111111. Windows color (decimal): -16116707 or 1905674. OLE color: 1905674.

HSL color Cylindrical-coordinate representation of color #0A141D: hue angle of 208.42º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A141D is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 20 29 -
CMYK 0.66 0.31 0 0.89
HSL 208.42º 0.49% 0.08% -
HSV(B) 208.42º 0.66% 0.11% -
XYZ 0.6 0.65 1.26 -
YUV 18.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 10 20 29 0.66 0.31 0 0.89 208.42 0.49 0.08
Hex A 14 1D 42 1F 0 59 D0 31 8
Octal 12 24 35 102 37 0 131 320 61 10
Binary 1010 10100 11101 1000010 11111 0 1011001 11010000 110001 1000

Color Harmonies of #0A141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A141D

Black with #0A141D

Text Example


Text Example

White with #0A141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,20,29); }

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

background-color css

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

 a { background-color: rgb(10,20,29); }

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

border-color css

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

 span { border-color: rgb(10,20,29); }

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