Html Css Color HEX #0A131D Black Pearl

📋 copy color: '#0A131D'

red 10 ◦ green 19 ◦ blue 29

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

Shades of Black Pearl #0A131D

Tints of Black Pearl #0A131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 32.76%

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

R = 17.24%
G = 32.76%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0A131D (or 0x0A131D) is known color: Black Pearl. HEX triplet: 0A, 13 and 1D. RGB value is (10,19,29). Sum of RGB (Red+Green+Blue) = 10+19+29=58 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.24% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A131D is #F5ECE2. Grayscale: #111111. Windows color (decimal): -16116963 or 1905418. OLE color: 1905418.

HSL color Cylindrical-coordinate representation of color #0A131D: hue angle of 211.58º 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 #0A131D is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 19 29 -
CMYK 0.66 0.34 0 0.89
HSL 211.58º 0.49% 0.08% -
HSV(B) 211.58º 0.66% 0.11% -
XYZ 0.58 0.62 1.25 -
YUV 17.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 10 19 29 0.66 0.34 0 0.89 211.58 0.49 0.08
Hex A 13 1D 42 22 0 59 D4 31 8
Octal 12 23 35 102 42 0 131 324 61 10
Binary 1010 10011 11101 1000010 100010 0 1011001 11010100 110001 1000

Color Harmonies of #0A131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A131D

Black with #0A131D

Text Example


Text Example

White with #0A131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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