Html Css Color HEX #00040A Black Pearl

📋 copy color: '#00040A'

red 0 ◦ green 4 ◦ blue 10

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

Shades of Black Pearl #00040A

Tints of Black Pearl #00040A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 4 (1.95% from 255) = 28.57%

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

R = 0%
G = 28.57%
B = 71.43%

CMYK

 C value IS 1

 M value IS 0.6

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#00040A (or 0x00040A) is known color: Black Pearl. HEX triplet: 00, 04 and 0A. RGB value is (0,4,10). Sum of RGB (Red+Green+Blue) = 0+4+10=14 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 14); Green value is 4 (1.95% from 255 or 28.57% from 14); Blue value is 10 (4.30% from 255 or 71.43% from 14); Max value from RGB is 10 - color contains mainly: blue. Hex color #00040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00040A is #FFFBF5. Grayscale: #030303. Windows color (decimal): -16776182 or 656384. OLE color: 656384.

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

Color convert

RGB 0 4 10 -
CMYK 1 0.6 0 0.96
HSL 216º 1% 0.02% -
HSV(B) 216º 1% 0.04% -
XYZ 0.1 0.11 0.3 -
YUV 3.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 0 4 10 1 0.6 0 0.96 216 1 0.02
Hex 0 4 A 64 3C 0 60 D8 64 2
Octal 0 4 12 144 74 0 140 330 144 2
Binary 0 100 1010 1100100 111100 0 1100000 11011000 1100100 10

Color Harmonies of #00040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00040A

Black with #00040A

Text Example


Text Example

White with #00040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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