#00102A

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

Shades of Black Pearl #00102A

Tints of Black Pearl #00102A

Color information

#00102A (or 0x00102A) is unknown color: approx Black Pearl. HEX triplet: 00, 10 and 2A. RGB value is (0,16,42). Sum of RGB (Red+Green+Blue) = 0+16+42=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 42 (16.80% from 255 or 72.41% from 58); Max value from RGB is 42 - color contains mainly: blue. Hex color #00102A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00102A is #FFEFD5. Grayscale: #0E0E0E. Windows color (decimal): -16773078 or 2756608. OLE color: 2756608.

HSL color Cylindrical-coordinate representation of color #00102A: hue angle of 217.14º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00102A is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB01642-
CMYK10.6200.84
HSL217.14º100%8.24%-
HSV(B)217.14º100%16.47%-
XYZ0.60.542.26-
YUV14.18143.7117.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 42 (16.80% from 255) = 72.41%
R=0%
G=27.59%
B=72.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0164210.6200.84217.141008.24
Hex0102A643E054d9648
Octal0205214476012433114410
Binary0100001010101100100111110010101001101100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00102A; }

 p { color: rgb(0,16,42); }

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

<style>
 a { background-color: #00102A; }

 a { background-color: rgb(0,16,42); }

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

<style>
 span { border-color: #00102A; }

 span { border-color: rgb(0,16,42); }

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