Html Css Color HEX #050007 Blackcurrant

📋 copy color: '#050007'

red 5 ◦ green 0 ◦ blue 7

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

Shades of Blackcurrant #050007

Tints of Blackcurrant #050007

RGB

 RED value IS 5 (2.34% from 255) = 41.67%

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

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

R = 41.67%
G = 0%
B = 58.33%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#050007 (or 0x050007) is known color: Blackcurrant. HEX triplet: 05, 00 and 07. RGB value is (5,0,7). Sum of RGB (Red+Green+Blue) = 5+0+7=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 0 (0.39% from 255 or 0% from 12); Blue value is 7 (3.12% from 255 or 58.33% from 12); Max value from RGB is 7 - color contains mainly: blue. Hex color #050007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050007 is #FAFFF8. Grayscale: #020202. Windows color (decimal): -16449529 or 458757. OLE color: 458757.

HSL color Cylindrical-coordinate representation of color #050007: hue angle of 282.86º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050007 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 5 0 7 -
CMYK 0.29 1 0 0.97
HSL 282.86º 1% 0.01% -
HSV(B) 282.86º 1% 0.03% -
XYZ 0.1 0.05 0.2 -
YUV 2.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 5 0 7 0.29 1 0 0.97 282.86 1 0.01
Hex 5 0 7 1D 64 0 61 11B 64 1
Octal 5 0 7 35 144 0 141 433 144 1
Binary 101 0 111 11101 1100100 0 1100001 100011011 1100100 1

Color Harmonies of #050007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050007

Black with #050007

Text Example


Text Example

White with #050007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050007; }

 p { color: rgb(5,0,7); }

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

background-color css

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

 a { background-color: rgb(5,0,7); }

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

border-color css

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

 span { border-color: rgb(5,0,7); }

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