Html Css Color HEX #0A0114 Blackcurrant

📋 copy color: '#0A0114'

red 10 ◦ green 1 ◦ blue 20

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

Shades of Blackcurrant #0A0114

Tints of Blackcurrant #0A0114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 64.52%

R = 32.26%
G = 3.23%
B = 64.52%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0A0114 (or 0x0A0114) is known color: Blackcurrant. HEX triplet: 0A, 01 and 14. RGB value is (10,1,20). Sum of RGB (Red+Green+Blue) = 10+1+20=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A0114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0114 is #F5FEEB. Grayscale: #050505. Windows color (decimal): -16121580 or 1310986. OLE color: 1310986.

HSL color Cylindrical-coordinate representation of color #0A0114: hue angle of 268.42º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0114 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 1 20 -
CMYK 0.50 0.95 0 0.92
HSL 268.42º 0.9% 0.04% -
HSV(B) 268.42º 0.95% 0.08% -
XYZ 0.26 0.14 0.67 -
YUV 5.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 10 1 20 0.50 0.95 0 0.92 268.42 0.9 0.04
Hex A 1 14 32 5F 0 5C 10C 5A 4
Octal 12 1 24 62 137 0 134 414 132 4
Binary 1010 1 10100 110010 1011111 0 1011100 100001100 1011010 100

Color Harmonies of #0A0114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0114

Black with #0A0114

Text Example


Text Example

White with #0A0114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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