#04070A

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

Shades of Black Pearl #04070A

Tints of Black Pearl #04070A

Color information

#04070A (or 0x04070A) is unknown color: approx Black Pearl. HEX triplet: 04, 07 and 0A. RGB value is (4,7,10). Sum of RGB (Red+Green+Blue) = 4+7+10=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 7 (3.12% from 255 or 33.33% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: blue. Hex color #04070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04070A is #FBF8F5. Grayscale: #060606. Windows color (decimal): -16513270 or 657156. OLE color: 657156.

HSL color Cylindrical-coordinate representation of color #04070A: hue angle of 210º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #04070A is Cyan = 0.6, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB4710-
CMYK0.60.3000.96
HSL210º42.86%2.75%-
HSV(B)210º60%3.92%-
XYZ0.180.20.32-
YUV6.44130.01126.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 19.05%
GREEN value IS 7 (3.12% from 255) = 33.33%
BLUE value IS 10 (4.30% from 255) = 47.62%
R=19.05%
G=33.33%
B=47.62%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal47100.60.3000.9621042.862.75
Hex47A3C1E060d22b3
Octal471274360140322533
Binary100111101011110011110011000001101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,7,10); }

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

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

 a { background-color: rgb(4,7,10); }

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

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

 span { border-color: rgb(4,7,10); }

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