Html Css Color HEX #04000A Blackcurrant

📋 copy color: '#04000A'

red 4 ◦ green 0 ◦ blue 10

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

Shades of Blackcurrant #04000A

Tints of Blackcurrant #04000A

RGB

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

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

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

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

CMYK

 C value IS 0.6

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#04000A (or 0x04000A) is known color: Blackcurrant. HEX triplet: 04, 00 and 0A. RGB value is (4,0,10). Sum of RGB (Red+Green+Blue) = 4+0+10=14 (1% of max value = 765). Red value is 4 (1.95% from 255 or 28.57% from 14); Green value is 0 (0.39% from 255 or 0% 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 #04000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04000A is #FBFFF5. Grayscale: #020202. Windows color (decimal): -16515062 or 655364. OLE color: 655364.

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

Color convert

RGB 4 0 10 -
CMYK 0.6 1 0 0.96
HSL 264º 1% 0.02% -
HSV(B) 264º 1% 0.04% -
XYZ 0.1 0.05 0.29 -
YUV 2.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 4 0 10 0.6 1 0 0.96 264 1 0.02
Hex 4 0 A 3C 64 0 60 108 64 2
Octal 4 0 12 74 144 0 140 410 144 2
Binary 100 0 1010 111100 1100100 0 1100000 100001000 1100100 10

Color Harmonies of #04000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04000A

Black with #04000A

Text Example


Text Example

White with #04000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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