Html Css Color HEX #06010B Blackcurrant

📋 copy color: '#06010B'

red 6 ◦ green 1 ◦ blue 11

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

Shades of Blackcurrant #06010B

Tints of Blackcurrant #06010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 5.56%

 BLUE value IS 11 (4.69% from 255) = 61.11%

R = 33.33%
G = 5.56%
B = 61.11%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#06010B (or 0x06010B) is known color: Blackcurrant. HEX triplet: 06, 01 and 0B. RGB value is (6,1,11). Sum of RGB (Red+Green+Blue) = 6+1+11=18 (2% of max value = 765). Red value is 6 (2.73% from 255 or 33.33% from 18); Green value is 1 (0.78% from 255 or 5.56% from 18); Blue value is 11 (4.69% from 255 or 61.11% from 18); Max value from RGB is 11 - color contains mainly: blue. Hex color #06010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06010B is #F9FEF4. Grayscale: #030303. Windows color (decimal): -16383733 or 721158. OLE color: 721158.

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

Color convert

RGB 6 1 11 -
CMYK 0.45 0.91 0 0.96
HSL 270º 0.83% 0.02% -
HSV(B) 270º 0.91% 0.04% -
XYZ 0.15 0.08 0.33 -
YUV 3.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 6 1 11 0.45 0.91 0 0.96 270 0.83 0.02
Hex 6 1 B 2D 5B 0 60 10E 53 2
Octal 6 1 13 55 133 0 140 416 123 2
Binary 110 1 1011 101101 1011011 0 1100000 100001110 1010011 10

Color Harmonies of #06010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06010B

Black with #06010B

Text Example


Text Example

White with #06010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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