Html Css Color HEX #060208 Blackcurrant

📋 copy color: '#060208'

red 6 ◦ green 2 ◦ blue 8

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

Shades of Blackcurrant #060208

Tints of Blackcurrant #060208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 50%

R = 37.5%
G = 12.5%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#060208 (or 0x060208) is known color: Blackcurrant. HEX triplet: 06, 02 and 08. RGB value is (6,2,8). Sum of RGB (Red+Green+Blue) = 6+2+8=16 (2% of max value = 765). Red value is 6 (2.73% from 255 or 37.5% from 16); Green value is 2 (1.17% from 255 or 12.5% from 16); Blue value is 8 (3.52% from 255 or 50% from 16); Max value from RGB is 8 - color contains mainly: blue. Hex color #060208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060208 is #F9FDF7. Grayscale: #030303. Windows color (decimal): -16383480 or 524806. OLE color: 524806.

HSL color Cylindrical-coordinate representation of color #060208: hue angle of 280º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #060208 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 6 2 8 -
CMYK 0.25 0.75 0 0.97
HSL 280º 0.6% 0.02% -
HSV(B) 280º 0.75% 0.03% -
XYZ 0.14 0.1 0.24 -
YUV 3.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 6 2 8 0.25 0.75 0 0.97 280 0.6 0.02
Hex 6 2 8 19 4B 0 61 118 3C 2
Octal 6 2 10 31 113 0 141 430 74 2
Binary 110 10 1000 11001 1001011 0 1100001 100011000 111100 10

Color Harmonies of #060208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060208

Black with #060208

Text Example


Text Example

White with #060208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060208; }

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

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

background-color css

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

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

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

border-color css

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

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

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