#030B0D

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

Shades of Black Pearl #030B0D

Tints of Black Pearl #030B0D

Color information

#030B0D (or 0x030B0D) is unknown color: approx Black Pearl. HEX triplet: 03, 0B and 0D. RGB value is (3,11,13). Sum of RGB (Red+Green+Blue) = 3+11+13=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 11 (4.69% from 255 or 40.74% from 27); Blue value is 13 (5.47% from 255 or 48.15% from 27); Max value from RGB is 13 - color contains mainly: blue. Hex color #030B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B0D is #FCF4F2. Grayscale: #080808. Windows color (decimal): -16577779 or 854787. OLE color: 854787.

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

Color convert

RGB31113-
CMYK0.770.1500.95
HSL192º62.5%3.14%-
HSV(B)192º76.92%5.1%-
XYZ0.230.290.42-
YUV8.84130.35123.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.11%
GREEN value IS 11 (4.69% from 255) = 40.74%
BLUE value IS 13 (5.47% from 255) = 48.15%
R=11.11%
G=40.74%
B=48.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal311130.770.1500.9519262.53.14
Hex3BD4DF05Fc03e3
Octal31315115170137300763
Binary111011110110011011111010111111100000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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