Html Css Color HEX #04080A Black Pearl

📋 copy color: '#04080A'

red 4 ◦ green 8 ◦ blue 10

#04080A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #04080A

Tints of Black Pearl #04080A

RGB

 RED value IS 4 (1.95% from 255) = 18.18%

 GREEN value IS 8 (3.52% from 255) = 36.36%

 BLUE value IS 10 (4.3% from 255) = 45.45%

R = 18.18%
G = 36.36%
B = 45.45%

CMYK

 C value IS 0.6

 M value IS 0.2

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#04080A (or 0x04080A) is known color: Black Pearl. HEX triplet: 04, 08 and 0A. RGB value is (4,8,10). Sum of RGB (Red+Green+Blue) = 4+8+10=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 8 (3.52% from 255 or 36.36% from 22); Blue value is 10 (4.30% from 255 or 45.45% from 22); Max value from RGB is 10 - color contains mainly: blue. Hex color #04080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04080A is #FBF7F5. Grayscale: #070707. Windows color (decimal): -16513014 or 657412. OLE color: 657412.

HSL color Cylindrical-coordinate representation of color #04080A: hue angle of 200º 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 #04080A is Cyan = 0.6, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 4 8 10 -
CMYK 0.6 0.2 0 0.96
HSL 200º 0.43% 0.03% -
HSV(B) 200º 0.6% 0.04% -
XYZ 0.19 0.22 0.32 -
YUV 7.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 4 8 10 0.6 0.2 0 0.96 200 0.43 0.03
Hex 4 8 A 3C 14 0 60 C8 2B 3
Octal 4 10 12 74 24 0 140 310 53 3
Binary 100 1000 1010 111100 10100 0 1100000 11001000 101011 11

Color Harmonies of #04080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04080A

Black with #04080A

Text Example


Text Example

White with #04080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04080A;
 }
 .AnyTagClassName
 {
   color: #04080A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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