Html Css Color HEX #06030A Blackcurrant

📋 copy color: '#06030A'

red 6 ◦ green 3 ◦ blue 10

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

Shades of Blackcurrant #06030A

Tints of Blackcurrant #06030A

RGB

 RED value IS 6 (2.73% from 255) = 31.58%

 GREEN value IS 3 (1.56% from 255) = 15.79%

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

R = 31.58%
G = 15.79%
B = 52.63%

CMYK

 C value IS 0.4

 M value IS 0.70

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#06030A (or 0x06030A) is known color: Blackcurrant. HEX triplet: 06, 03 and 0A. RGB value is (6,3,10). Sum of RGB (Red+Green+Blue) = 6+3+10=19 (2% of max value = 765). Red value is 6 (2.73% from 255 or 31.58% from 19); Green value is 3 (1.56% from 255 or 15.79% from 19); Blue value is 10 (4.30% from 255 or 52.63% from 19); Max value from RGB is 10 - color contains mainly: blue. Hex color #06030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06030A is #F9FCF5. Grayscale: #040404. Windows color (decimal): -16383222 or 656134. OLE color: 656134.

HSL color Cylindrical-coordinate representation of color #06030A: hue angle of 265.71º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #06030A is Cyan = 0.4, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 6 3 10 -
CMYK 0.4 0.70 0 0.96
HSL 265.71º 0.54% 0.03% -
HSV(B) 265.71º 0.7% 0.04% -
XYZ 0.16 0.13 0.3 -
YUV 4.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 6 3 10 0.4 0.70 0 0.96 265.71 0.54 0.03
Hex 6 3 A 28 46 0 60 10A 36 3
Octal 6 3 12 50 106 0 140 412 66 3
Binary 110 11 1010 101000 1000110 0 1100000 100001010 110110 11

Color Harmonies of #06030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06030A

Black with #06030A

Text Example


Text Example

White with #06030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,3,10); }

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

background-color css

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

 a { background-color: rgb(6,3,10); }

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

border-color css

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

 span { border-color: rgb(6,3,10); }

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