#06030B

Color #06030B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #06030B

Tints of Blackcurrant #06030B

Color information

#06030B (or 0x06030B) is unknown color: approx Blackcurrant. HEX triplet: 06, 03 and 0B. RGB value is (6,3,11). Sum of RGB (Red+Green+Blue) = 6+3+11=20 (2% of max value = 765). Red value is 6 (2.73% from 255 or 30% from 20); Green value is 3 (1.56% from 255 or 15% from 20); Blue value is 11 (4.69% from 255 or 55% from 20); Max value from RGB is 11 - color contains mainly: blue. Hex color #06030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06030B is #F9FCF4. Grayscale: #040404. Windows color (decimal): -16383221 or 721670. OLE color: 721670.

HSL color Cylindrical-coordinate representation of color #06030B: hue angle of 262.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #06030B is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB6311-
CMYK0.450.7300.96
HSL262.5º57.14%2.75%-
HSV(B)262.5º72.73%4.31%-
XYZ0.170.130.33-
YUV4.81131.49128.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 30%
GREEN value IS 3 (1.56% from 255) = 15%
BLUE value IS 11 (4.69% from 255) = 55%
R=30%
G=15%
B=55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal63110.450.7300.96262.557.142.75
Hex63B2D49060106393
Octal6313551110140406713
Binary11011101110110110010010110000010000011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06030B;
 }
 .AnyTagClassName
 {
   color: #06030B;
 }
</style>
background-color css

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

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

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

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

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

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