Html Css Color HEX #050307 Blackcurrant

📋 copy color: '#050307'

red 5 ◦ green 3 ◦ blue 7

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

Shades of Blackcurrant #050307

Tints of Blackcurrant #050307

RGB

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

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

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

R = 33.33%
G = 20%
B = 46.67%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#050307 (or 0x050307) is known color: Blackcurrant. HEX triplet: 05, 03 and 07. RGB value is (5,3,7). Sum of RGB (Red+Green+Blue) = 5+3+7=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 3 (1.56% from 255 or 20% from 15); Blue value is 7 (3.12% from 255 or 46.67% from 15); Max value from RGB is 7 - color contains mainly: blue. Hex color #050307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050307 is #FAFCF8. Grayscale: #040404. Windows color (decimal): -16448761 or 459525. OLE color: 459525.

HSL color Cylindrical-coordinate representation of color #050307: hue angle of 270º 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 #050307 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 5 3 7 -
CMYK 0.29 0.57 0 0.97
HSL 270º 0.4% 0.02% -
HSV(B) 270º 0.57% 0.03% -
XYZ 0.13 0.11 0.22 -
YUV 4.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 5 3 7 0.29 0.57 0 0.97 270 0.4 0.02
Hex 5 3 7 1D 39 0 61 10E 28 2
Octal 5 3 7 35 71 0 141 416 50 2
Binary 101 11 111 11101 111001 0 1100001 100001110 101000 10

Color Harmonies of #050307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050307

Black with #050307

Text Example


Text Example

White with #050307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050307; }

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

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

background-color css

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

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

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

border-color css

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

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

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