Html Css Color HEX #0A0416 Blackcurrant

📋 copy color: '#0A0416'

red 10 ◦ green 4 ◦ blue 22

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

Shades of Blackcurrant #0A0416

Tints of Blackcurrant #0A0416

RGB

 RED value IS 10 (4.3% from 255) = 27.78%

 GREEN value IS 4 (1.95% from 255) = 11.11%

 BLUE value IS 22 (8.98% from 255) = 61.11%

R = 27.78%
G = 11.11%
B = 61.11%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0416 (or 0x0A0416) is known color: Blackcurrant. HEX triplet: 0A, 04 and 16. RGB value is (10,4,22). Sum of RGB (Red+Green+Blue) = 10+4+22=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A0416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0416 is #F5FBE9. Grayscale: #070707. Windows color (decimal): -16120810 or 1442826. OLE color: 1442826.

HSL color Cylindrical-coordinate representation of color #0A0416: hue angle of 260º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A0416 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 4 22 -
CMYK 0.55 0.82 0 0.91
HSL 260º 0.69% 0.05% -
HSV(B) 260º 0.82% 0.09% -
XYZ 0.31 0.21 0.78 -
YUV 7.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 10 4 22 0.55 0.82 0 0.91 260 0.69 0.05
Hex A 4 16 37 52 0 5B 104 45 5
Octal 12 4 26 67 122 0 133 404 105 5
Binary 1010 100 10110 110111 1010010 0 1011011 100000100 1000101 101

Color Harmonies of #0A0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0416

Black with #0A0416

Text Example


Text Example

White with #0A0416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0416; }

 p { color: rgb(10,4,22); }

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

background-color css

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

 a { background-color: rgb(10,4,22); }

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

border-color css

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

 span { border-color: rgb(10,4,22); }

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