Html Css Color HEX #06020D Blackcurrant

📋 copy color: '#06020D'

red 6 ◦ green 2 ◦ blue 13

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

Shades of Blackcurrant #06020D

Tints of Blackcurrant #06020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 9.52%

 BLUE value IS 13 (5.47% from 255) = 61.9%

R = 28.57%
G = 9.52%
B = 61.9%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#06020D (or 0x06020D) is known color: Blackcurrant. HEX triplet: 06, 02 and 0D. RGB value is (6,2,13). Sum of RGB (Red+Green+Blue) = 6+2+13=21 (2% of max value = 765). Red value is 6 (2.73% from 255 or 28.57% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 13 (5.47% from 255 or 61.90% from 21); Max value from RGB is 13 - color contains mainly: blue. Hex color #06020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06020D is #F9FDF2. Grayscale: #040404. Windows color (decimal): -16383475 or 852486. OLE color: 852486.

HSL color Cylindrical-coordinate representation of color #06020D: hue angle of 261.82º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #06020D is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 6 2 13 -
CMYK 0.54 0.85 0 0.95
HSL 261.82º 0.73% 0.03% -
HSV(B) 261.82º 0.85% 0.05% -
XYZ 0.17 0.11 0.39 -
YUV 4.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 6 2 13 0.54 0.85 0 0.95 261.82 0.73 0.03
Hex 6 2 D 36 55 0 5F 106 49 3
Octal 6 2 15 66 125 0 137 406 111 3
Binary 110 10 1101 110110 1010101 0 1011111 100000110 1001001 11

Color Harmonies of #06020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06020D

Black with #06020D

Text Example


Text Example

White with #06020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06020D; }

 p { color: rgb(6,2,13); }

 H1.HeaderClassName
 {
   color: #06020D;
 }
 .AnyTagClassName
 {
   color: #06020D;
 }
</style>

background-color css

<style>
 a { background-color: #06020D; }

 a { background-color: rgb(6,2,13); }

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

border-color css

<style>
 span { border-color: #06020D; }

 span { border-color: rgb(6,2,13); }

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