Html Css Color HEX #05020A Blackcurrant

📋 copy color: '#05020A'

red 5 ◦ green 2 ◦ blue 10

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

Shades of Blackcurrant #05020A

Tints of Blackcurrant #05020A

RGB

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

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

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

R = 29.41%
G = 11.76%
B = 58.82%

CMYK

 C value IS 0.50

 M value IS 0.8

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#05020A (or 0x05020A) is known color: Blackcurrant. HEX triplet: 05, 02 and 0A. RGB value is (5,2,10). Sum of RGB (Red+Green+Blue) = 5+2+10=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 2 (1.17% from 255 or 11.76% from 17); Blue value is 10 (4.30% from 255 or 58.82% from 17); Max value from RGB is 10 - color contains mainly: blue. Hex color #05020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05020A is #FAFDF5. Grayscale: #030303. Windows color (decimal): -16449014 or 655877. OLE color: 655877.

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

Color convert

RGB 5 2 10 -
CMYK 0.50 0.8 0 0.96
HSL 262.5º 0.67% 0.02% -
HSV(B) 262.5º 0.8% 0.04% -
XYZ 0.14 0.1 0.3 -
YUV 3.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 5 2 10 0.50 0.8 0 0.96 262.5 0.67 0.02
Hex 5 2 A 32 50 0 60 106 43 2
Octal 5 2 12 62 120 0 140 406 103 2
Binary 101 10 1010 110010 1010000 0 1100000 100000110 1000011 10

Color Harmonies of #05020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05020A

Black with #05020A

Text Example


Text Example

White with #05020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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