Html Css Color HEX #0A0513 Blackcurrant

📋 copy color: '#0A0513'

red 10 ◦ green 5 ◦ blue 19

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

Shades of Blackcurrant #0A0513

Tints of Blackcurrant #0A0513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 14.71%

 BLUE value IS 19 (7.81% from 255) = 55.88%

R = 29.41%
G = 14.71%
B = 55.88%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0A0513 (or 0x0A0513) is known color: Blackcurrant. HEX triplet: 0A, 05 and 13. RGB value is (10,5,19). Sum of RGB (Red+Green+Blue) = 10+5+19=34 (4% of max value = 765). Red value is 10 (4.30% from 255 or 29.41% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 19 (7.81% from 255 or 55.88% from 34); Max value from RGB is 19 - color contains mainly: blue. Hex color #0A0513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0513 is #F5FAEC. Grayscale: #080808. Windows color (decimal): -16120557 or 1246474. OLE color: 1246474.

HSL color Cylindrical-coordinate representation of color #0A0513: hue angle of 261.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A0513 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 5 19 -
CMYK 0.47 0.74 0 0.93
HSL 261.43º 0.58% 0.05% -
HSV(B) 261.43º 0.74% 0.07% -
XYZ 0.3 0.22 0.64 -
YUV 8.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 10 5 19 0.47 0.74 0 0.93 261.43 0.58 0.05
Hex A 5 13 2F 4A 0 5D 105 3A 5
Octal 12 5 23 57 112 0 135 405 72 5
Binary 1010 101 10011 101111 1001010 0 1011101 100000101 111010 101

Color Harmonies of #0A0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0513

Black with #0A0513

Text Example


Text Example

White with #0A0513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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