Html Css Color HEX #0A0314 Blackcurrant

📋 copy color: '#0A0314'

red 10 ◦ green 3 ◦ blue 20

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

Shades of Blackcurrant #0A0314

Tints of Blackcurrant #0A0314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 9.09%

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

R = 30.3%
G = 9.09%
B = 60.61%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0A0314 (or 0x0A0314) is known color: Blackcurrant. HEX triplet: 0A, 03 and 14. RGB value is (10,3,20). Sum of RGB (Red+Green+Blue) = 10+3+20=33 (4% of max value = 765). Red value is 10 (4.30% from 255 or 30.30% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 20 (8.20% from 255 or 60.61% from 33); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A0314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0314 is #F5FCEB. Grayscale: #060606. Windows color (decimal): -16121068 or 1311498. OLE color: 1311498.

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

Color convert

RGB 10 3 20 -
CMYK 0.50 0.85 0 0.92
HSL 264.71º 0.74% 0.05% -
HSV(B) 264.71º 0.85% 0.08% -
XYZ 0.28 0.18 0.68 -
YUV 7.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 10 3 20 0.50 0.85 0 0.92 264.71 0.74 0.05
Hex A 3 14 32 55 0 5C 109 4A 5
Octal 12 3 24 62 125 0 134 411 112 5
Binary 1010 11 10100 110010 1010101 0 1011100 100001001 1001010 101

Color Harmonies of #0A0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0314

Black with #0A0314

Text Example


Text Example

White with #0A0314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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