Html Css Color HEX #06000C Blackcurrant

📋 copy color: '#06000C'

red 6 ◦ green 0 ◦ blue 12

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

Shades of Blackcurrant #06000C

Tints of Blackcurrant #06000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 66.67%

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#06000C (or 0x06000C) is known color: Blackcurrant. HEX triplet: 06, 00 and 0C. RGB value is (6,0,12). Sum of RGB (Red+Green+Blue) = 6+0+12=18 (2% of max value = 765). Red value is 6 (2.73% from 255 or 33.33% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 12 (5.08% from 255 or 66.67% from 18); Max value from RGB is 12 - color contains mainly: blue. Hex color #06000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06000C is #F9FFF3. Grayscale: #030303. Windows color (decimal): -16383988 or 786438. OLE color: 786438.

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

Color convert

RGB 6 0 12 -
CMYK 0.50 1 0 0.95
HSL 270º 1% 0.02% -
HSV(B) 270º 1% 0.05% -
XYZ 0.14 0.07 0.35 -
YUV 3.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 6 0 12 0.50 1 0 0.95 270 1 0.02
Hex 6 0 C 32 64 0 5F 10E 64 2
Octal 6 0 14 62 144 0 137 416 144 2
Binary 110 0 1100 110010 1100100 0 1011111 100001110 1100100 10

Color Harmonies of #06000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06000C

Black with #06000C

Text Example


Text Example

White with #06000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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