Html Css Color HEX #040708 Black Pearl

📋 copy color: '#040708'

red 4 ◦ green 7 ◦ blue 8

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

Shades of Black Pearl #040708

Tints of Black Pearl #040708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 36.84%

 BLUE value IS 8 (3.52% from 255) = 42.11%

R = 21.05%
G = 36.84%
B = 42.11%

CMYK

 C value IS 0.5

 M value IS 0.13

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#040708 (or 0x040708) is known color: Black Pearl. HEX triplet: 04, 07 and 08. RGB value is (4,7,8). Sum of RGB (Red+Green+Blue) = 4+7+8=19 (2% of max value = 765). Red value is 4 (1.95% from 255 or 21.05% from 19); Green value is 7 (3.12% from 255 or 36.84% from 19); Blue value is 8 (3.52% from 255 or 42.11% from 19); Max value from RGB is 8 - color contains mainly: blue. Hex color #040708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040708 is #FBF8F7. Grayscale: #060606. Windows color (decimal): -16513272 or 526084. OLE color: 526084.

HSL color Cylindrical-coordinate representation of color #040708: hue angle of 195º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #040708 is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 4 7 8 -
CMYK 0.5 0.13 0 0.97
HSL 195º 0.33% 0.02% -
HSV(B) 195º 0.5% 0.03% -
XYZ 0.17 0.2 0.26 -
YUV 6.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 4 7 8 0.5 0.13 0 0.97 195 0.33 0.02
Hex 4 7 8 32 D 0 61 C3 21 2
Octal 4 7 10 62 15 0 141 303 41 2
Binary 100 111 1000 110010 1101 0 1100001 11000011 100001 10

Color Harmonies of #040708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040708

Black with #040708

Text Example


Text Example

White with #040708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040708; }

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

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

background-color css

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

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

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

border-color css

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

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

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