Html Css Color HEX #05010A Blackcurrant

📋 copy color: '#05010A'

red 5 ◦ green 1 ◦ blue 10

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

Shades of Blackcurrant #05010A

Tints of Blackcurrant #05010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 6.25%

 BLUE value IS 10 (4.3% from 255) = 62.5%

R = 31.25%
G = 6.25%
B = 62.5%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#05010A (or 0x05010A) is known color: Blackcurrant. HEX triplet: 05, 01 and 0A. RGB value is (5,1,10). Sum of RGB (Red+Green+Blue) = 5+1+10=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 1 (0.78% from 255 or 6.25% from 16); Blue value is 10 (4.30% from 255 or 62.5% from 16); Max value from RGB is 10 - color contains mainly: blue. Hex color #05010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05010A is #FAFEF5. Grayscale: #030303. Windows color (decimal): -16449270 or 655621. OLE color: 655621.

HSL color Cylindrical-coordinate representation of color #05010A: hue angle of 266.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05010A is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 1 10 -
CMYK 0.50 0.90 0 0.96
HSL 266.67º 0.82% 0.02% -
HSV(B) 266.67º 0.9% 0.04% -
XYZ 0.13 0.08 0.3 -
YUV 3.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 5 1 10 0.50 0.90 0 0.96 266.67 0.82 0.02
Hex 5 1 A 32 5A 0 60 10B 52 2
Octal 5 1 12 62 132 0 140 413 122 2
Binary 101 1 1010 110010 1011010 0 1100000 100001011 1010010 10

Color Harmonies of #05010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05010A

Black with #05010A

Text Example


Text Example

White with #05010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05010A; }

 p { color: rgb(5,1,10); }

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

background-color css

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

 a { background-color: rgb(5,1,10); }

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

border-color css

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

 span { border-color: rgb(5,1,10); }

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