#00101F

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

Shades of Black Pearl #00101F

Tints of Black Pearl #00101F

Color information

#00101F (or 0x00101F) is unknown color: approx Black Pearl. HEX triplet: 00, 10 and 1F. RGB value is (0,16,31). Sum of RGB (Red+Green+Blue) = 0+16+31=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #00101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00101F is #FFEFE0. Grayscale: #0C0C0C. Windows color (decimal): -16773089 or 2035712. OLE color: 2035712.

HSL color Cylindrical-coordinate representation of color #00101F: hue angle of 209.03º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00101F is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB01631-
CMYK10.4800.88
HSL209.03º100%6.08%-
HSV(B)209.03º100%12.16%-
XYZ0.430.471.36-
YUV12.93138.2118.78-

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) = 34.04%
BLUE value IS 31 (12.5% from 255) = 65.96%
R=0%
G=34.04%
B=65.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0163110.4800.88209.031006.08
Hex0101F6430058d1646
Octal020371446001303211446
Binary01000011111110010011000001011000110100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00101F; }

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

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

<style>
 a { background-color: #00101F; }

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

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

<style>
 span { border-color: #00101F; }

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

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