#000C1A

Color #000C1A Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #000C1A

Tints of Black Pearl #000C1A

Color information

#000C1A (or 0x000C1A) is unknown color: approx Black Pearl. HEX triplet: 00, 0C and 1A. RGB value is (0,12,26). Sum of RGB (Red+Green+Blue) = 0+12+26=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 26 (10.55% from 255 or 68.42% from 38); Max value from RGB is 26 - color contains mainly: blue. Hex color #000C1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C1A is #FFF3E5. Grayscale: #090909. Windows color (decimal): -16774118 or 1707008. OLE color: 1707008.

HSL color Cylindrical-coordinate representation of color #000C1A: hue angle of 212.31º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C1A is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB01226-
CMYK10.5400.90
HSL212.31º100%5.1%-
HSV(B)212.31º100%10.2%-
XYZ0.320.341.03-
YUV10.01137.02120.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 31.58%
BLUE value IS 26 (10.55% from 255) = 68.42%
R=0%
G=31.58%
B=68.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0122610.5400.90212.311005.1
Hex0C1A643605Ad4645
Octal014321446601323241445
Binary0110011010110010011011001011010110101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000C1A; }

 p { color: rgb(0,12,26); }

 H1.HeaderClassName
 {
   color: #000C1A;
 }
 .AnyTagClassName
 {
   color: #000C1A;
 }
</style>
background-color css

<style>
 a { background-color: #000C1A; }

 a { background-color: rgb(0,12,26); }

 div.DivClassName
 {
   background-color: #000C1A;
 }
 .BgClassName
 {
   background-color: #000C1A;
 }
</style>
border-color css

<style>
 span { border-color: #000C1A; }

 span { border-color: rgb(0,12,26); }

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