Html Css Color HEX #0A141B Black Pearl

📋 copy color: '#0A141B'

red 10 ◦ green 20 ◦ blue 27

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

Shades of Black Pearl #0A141B

Tints of Black Pearl #0A141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 47.37%

R = 17.54%
G = 35.09%
B = 47.37%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0A141B (or 0x0A141B) is known color: Black Pearl. HEX triplet: 0A, 14 and 1B. RGB value is (10,20,27). Sum of RGB (Red+Green+Blue) = 10+20+27=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A141B is #F5EBE4. Grayscale: #111111. Windows color (decimal): -16116709 or 1774602. OLE color: 1774602.

HSL color Cylindrical-coordinate representation of color #0A141B: hue angle of 204.71º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A141B is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 20 27 -
CMYK 0.63 0.26 0 0.89
HSL 204.71º 0.46% 0.07% -
HSV(B) 204.71º 0.63% 0.11% -
XYZ 0.57 0.64 1.13 -
YUV 17.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 10 20 27 0.63 0.26 0 0.89 204.71 0.46 0.07
Hex A 14 1B 3F 1A 0 59 CD 2E 7
Octal 12 24 33 77 32 0 131 315 56 7
Binary 1010 10100 11011 111111 11010 0 1011001 11001101 101110 111

Color Harmonies of #0A141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A141B

Black with #0A141B

Text Example


Text Example

White with #0A141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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