Html Css Color HEX #06010E Blackcurrant

📋 copy color: '#06010E'

red 6 ◦ green 1 ◦ blue 14

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

Shades of Blackcurrant #06010E

Tints of Blackcurrant #06010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 66.67%

R = 28.57%
G = 4.76%
B = 66.67%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#06010E (or 0x06010E) is known color: Blackcurrant. HEX triplet: 06, 01 and 0E. RGB value is (6,1,14). Sum of RGB (Red+Green+Blue) = 6+1+14=21 (2% of max value = 765). Red value is 6 (2.73% from 255 or 28.57% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 14 (5.86% from 255 or 66.67% from 21); Max value from RGB is 14 - color contains mainly: blue. Hex color #06010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06010E is #F9FEF1. Grayscale: #030303. Windows color (decimal): -16383730 or 917766. OLE color: 917766.

HSL color Cylindrical-coordinate representation of color #06010E: hue angle of 263.08º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06010E is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 6 1 14 -
CMYK 0.57 0.93 0 0.95
HSL 263.08º 0.87% 0.03% -
HSV(B) 263.08º 0.93% 0.05% -
XYZ 0.17 0.09 0.42 -
YUV 3.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 6 1 14 0.57 0.93 0 0.95 263.08 0.87 0.03
Hex 6 1 E 39 5D 0 5F 107 57 3
Octal 6 1 16 71 135 0 137 407 127 3
Binary 110 1 1110 111001 1011101 0 1011111 100000111 1010111 11

Color Harmonies of #06010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06010E

Black with #06010E

Text Example


Text Example

White with #06010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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