Html Css Color HEX #060307 Blackcurrant

📋 copy color: '#060307'

red 6 ◦ green 3 ◦ blue 7

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

Shades of Blackcurrant #060307

Tints of Blackcurrant #060307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 18.75%

 BLUE value IS 7 (3.13% from 255) = 43.75%

R = 37.5%
G = 18.75%
B = 43.75%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#060307 (or 0x060307) is known color: Blackcurrant. HEX triplet: 06, 03 and 07. RGB value is (6,3,7). Sum of RGB (Red+Green+Blue) = 6+3+7=16 (2% of max value = 765). Red value is 6 (2.73% from 255 or 37.5% from 16); Green value is 3 (1.56% from 255 or 18.75% from 16); Blue value is 7 (3.12% from 255 or 43.75% from 16); Max value from RGB is 7 - color contains mainly: blue. Hex color #060307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060307 is #F9FCF8. Grayscale: #040404. Windows color (decimal): -16383225 or 459526. OLE color: 459526.

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

Color convert

RGB 6 3 7 -
CMYK 0.14 0.57 0 0.97
HSL 285º 0.4% 0.02% -
HSV(B) 285º 0.57% 0.03% -
XYZ 0.15 0.12 0.22 -
YUV 4.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 6 3 7 0.14 0.57 0 0.97 285 0.4 0.02
Hex 6 3 7 E 39 0 61 11D 28 2
Octal 6 3 7 16 71 0 141 435 50 2
Binary 110 11 111 1110 111001 0 1100001 100011101 101000 10

Color Harmonies of #060307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060307

Black with #060307

Text Example


Text Example

White with #060307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060307; }

 p { color: rgb(6,3,7); }

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

background-color css

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

 a { background-color: rgb(6,3,7); }

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

border-color css

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

 span { border-color: rgb(6,3,7); }

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