Html Css Color HEX #06000F Blackcurrant

📋 copy color: '#06000F'

red 6 ◦ green 0 ◦ blue 15

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

Shades of Blackcurrant #06000F

Tints of Blackcurrant #06000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 71.43%

R = 28.57%
G = 0%
B = 71.43%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#06000F (or 0x06000F) is known color: Blackcurrant. HEX triplet: 06, 00 and 0F. RGB value is (6,0,15). Sum of RGB (Red+Green+Blue) = 6+0+15=21 (2% of max value = 765). Red value is 6 (2.73% from 255 or 28.57% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 15 (6.25% from 255 or 71.43% from 21); Max value from RGB is 15 - color contains mainly: blue. Hex color #06000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06000F is #F9FFF0. Grayscale: #030303. Windows color (decimal): -16383985 or 983046. OLE color: 983046.

HSL color Cylindrical-coordinate representation of color #06000F: hue angle of 264º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06000F is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 6 0 15 -
CMYK 0.60 1 0 0.94
HSL 264º 1% 0.03% -
HSV(B) 264º 1% 0.06% -
XYZ 0.16 0.07 0.46 -
YUV 3.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 6 0 15 0.60 1 0 0.94 264 1 0.03
Hex 6 0 F 3C 64 0 5E 108 64 3
Octal 6 0 17 74 144 0 136 410 144 3
Binary 110 0 1111 111100 1100100 0 1011110 100001000 1100100 11

Color Harmonies of #06000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06000F

Black with #06000F

Text Example


Text Example

White with #06000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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