Html Css Color HEX #0A0317 Blackcurrant

📋 copy color: '#0A0317'

red 10 ◦ green 3 ◦ blue 23

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

Shades of Blackcurrant #0A0317

Tints of Blackcurrant #0A0317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 63.89%

R = 27.78%
G = 8.33%
B = 63.89%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0317 (or 0x0A0317) is known color: Blackcurrant. HEX triplet: 0A, 03 and 17. RGB value is (10,3,23). Sum of RGB (Red+Green+Blue) = 10+3+23=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 23 (9.38% from 255 or 63.89% from 36); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0317 is #F5FCE8. Grayscale: #070707. Windows color (decimal): -16121065 or 1508106. OLE color: 1508106.

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

Color convert

RGB 10 3 23 -
CMYK 0.57 0.87 0 0.91
HSL 261º 0.77% 0.05% -
HSV(B) 261º 0.87% 0.09% -
XYZ 0.31 0.19 0.83 -
YUV 7.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 10 3 23 0.57 0.87 0 0.91 261 0.77 0.05
Hex A 3 17 39 57 0 5B 105 4D 5
Octal 12 3 27 71 127 0 133 405 115 5
Binary 1010 11 10111 111001 1010111 0 1011011 100000101 1001101 101

Color Harmonies of #0A0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0317

Black with #0A0317

Text Example


Text Example

White with #0A0317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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