#000B0D

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

Shades of Black Pearl #000B0D

Tints of Black Pearl #000B0D

Color information

#000B0D (or 0x000B0D) is unknown color: approx Black Pearl. HEX triplet: 00, 0B and 0D. RGB value is (0,11,13). Sum of RGB (Red+Green+Blue) = 0+11+13=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 11 (4.69% from 255 or 45.83% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #000B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000B0D is #FFF4F2. Grayscale: #070707. Windows color (decimal): -16774387 or 854784. OLE color: 854784.

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

Color convert

RGB01113-
CMYK10.1500.95
HSL189.23º100%2.55%-
HSV(B)189.23º100%5.1%-
XYZ0.190.270.42-
YUV7.94130.86122.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 11 (4.69% from 255) = 45.83%
BLUE value IS 13 (5.47% from 255) = 54.17%
R=0%
G=45.83%
B=54.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0111310.1500.95189.231002.55
Hex0BD64F05Fbd643
Octal013151441701372751443
Binary010111101110010011110101111110111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,11,13); }

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

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

 a { background-color: rgb(0,11,13); }

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

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

 span { border-color: rgb(0,11,13); }

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