Html Css Color HEX #030204 Blackcurrant

📋 copy color: '#030204'

red 3 ◦ green 2 ◦ blue 4

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

Shades of Blackcurrant #030204

Tints of Blackcurrant #030204

RGB

 RED value IS 3 (1.56% from 255) = 33.33%

 GREEN value IS 2 (1.17% from 255) = 22.22%

 BLUE value IS 4 (1.95% from 255) = 44.44%

R = 33.33%
G = 22.22%
B = 44.44%

CMYK

 C value IS 0.25

 M value IS 0.5

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#030204 (or 0x030204) is known color: Blackcurrant. HEX triplet: 03, 02 and 04. RGB value is (3,2,4). Sum of RGB (Red+Green+Blue) = 3+2+4=9 (1% of max value = 765). Red value is 3 (1.56% from 255 or 33.33% from 9); Green value is 2 (1.17% from 255 or 22.22% from 9); Blue value is 4 (1.95% from 255 or 44.44% from 9); Max value from RGB is 4 - color contains mainly: blue. Hex color #030204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030204 is #FCFDFB. Grayscale: #020202. Windows color (decimal): -16580092 or 262659. OLE color: 262659.

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

Color convert

RGB 3 2 4 -
CMYK 0.25 0.5 0 0.98
HSL 270º 0.33% 0.01% -
HSV(B) 270º 0.5% 0.02% -
XYZ 0.08 0.07 0.12 -
YUV 2.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 3 2 4 0.25 0.5 0 0.98 270 0.33 0.01
Hex 3 2 4 19 32 0 62 10E 21 1
Octal 3 2 4 31 62 0 142 416 41 1
Binary 11 10 100 11001 110010 0 1100010 100001110 100001 1

Color Harmonies of #030204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030204

Black with #030204

Text Example


Text Example

White with #030204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030204; }

 p { color: rgb(3,2,4); }

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

background-color css

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

 a { background-color: rgb(3,2,4); }

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

border-color css

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

 span { border-color: rgb(3,2,4); }

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