Html Css Color HEX #06030B Blackcurrant

📋 copy color: '#06030B'

red 6 ◦ green 3 ◦ blue 11

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

Shades of Blackcurrant #06030B

Tints of Blackcurrant #06030B

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 value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#06030B (or 0x06030B) is known color: 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

RGB 6 3 11 -
CMYK 0.45 0.73 0 0.96
HSL 262.5º 0.57% 0.03% -
HSV(B) 262.5º 0.73% 0.04% -
XYZ 0.17 0.13 0.33 -
YUV 4.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 6 3 11 0.45 0.73 0 0.96 262.5 0.57 0.03
Hex 6 3 B 2D 49 0 60 106 39 3
Octal 6 3 13 55 111 0 140 406 71 3
Binary 110 11 1011 101101 1001001 0 1100000 100000110 111001 11

Color Harmonies of #06030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06030B

Black with #06030B

Text Example


Text Example

White with #06030B

Text Example


Text Example

HTML Codes & Css Web 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>