Html Css Color HEX #0A131F Black Pearl

📋 copy color: '#0A131F'

red 10 ◦ green 19 ◦ blue 31

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

Shades of Black Pearl #0A131F

Tints of Black Pearl #0A131F

RGB

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

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

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

R = 16.67%
G = 31.67%
B = 51.67%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0A131F (or 0x0A131F) is known color: Black Pearl. HEX triplet: 0A, 13 and 1F. RGB value is (10,19,31). Sum of RGB (Red+Green+Blue) = 10+19+31=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A131F is #F5ECE0. Grayscale: #111111. Windows color (decimal): -16116961 or 2036490. OLE color: 2036490.

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

Color convert

RGB 10 19 31 -
CMYK 0.68 0.39 0 0.88
HSL 214.29º 0.51% 0.08% -
HSV(B) 214.29º 0.68% 0.12% -
XYZ 0.61 0.63 1.39 -
YUV 17.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 10 19 31 0.68 0.39 0 0.88 214.29 0.51 0.08
Hex A 13 1F 44 27 0 58 D6 33 8
Octal 12 23 37 104 47 0 130 326 63 10
Binary 1010 10011 11111 1000100 100111 0 1011000 11010110 110011 1000

Color Harmonies of #0A131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A131F

Black with #0A131F

Text Example


Text Example

White with #0A131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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