Html Css Color HEX #06000B Blackcurrant

📋 copy color: '#06000B'

red 6 ◦ green 0 ◦ blue 11

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

Shades of Blackcurrant #06000B

Tints of Blackcurrant #06000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.29%
G = 0%
B = 64.71%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#06000B (or 0x06000B) is known color: Blackcurrant. HEX triplet: 06, 00 and 0B. RGB value is (6,0,11). Sum of RGB (Red+Green+Blue) = 6+0+11=17 (2% of max value = 765). Red value is 6 (2.73% from 255 or 35.29% from 17); Green value is 0 (0.39% from 255 or 0% from 17); Blue value is 11 (4.69% from 255 or 64.71% from 17); Max value from RGB is 11 - color contains mainly: blue. Hex color #06000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06000B is #F9FFF4. Grayscale: #030303. Windows color (decimal): -16383989 or 720902. OLE color: 720902.

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

Color convert

RGB 6 0 11 -
CMYK 0.45 1 0 0.96
HSL 272.73º 1% 0.02% -
HSV(B) 272.73º 1% 0.04% -
XYZ 0.14 0.06 0.32 -
YUV 3.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 6 0 11 0.45 1 0 0.96 272.73 1 0.02
Hex 6 0 B 2D 64 0 60 111 64 2
Octal 6 0 13 55 144 0 140 421 144 2
Binary 110 0 1011 101101 1100100 0 1100000 100010001 1100100 10

Color Harmonies of #06000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06000B

Black with #06000B

Text Example


Text Example

White with #06000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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