Html Css Color HEX #0A0017 Blackcurrant

📋 copy color: '#0A0017'

red 10 ◦ green 0 ◦ blue 23

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

Shades of Blackcurrant #0A0017

Tints of Blackcurrant #0A0017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.3%
G = 0%
B = 69.7%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0017 (or 0x0A0017) is known color: Blackcurrant. HEX triplet: 0A, 00 and 17. RGB value is (10,0,23). Sum of RGB (Red+Green+Blue) = 10+0+23=33 (4% of max value = 765). Red value is 10 (4.30% from 255 or 30.30% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 23 (9.38% from 255 or 69.70% from 33); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0017 is #F5FFE8. Grayscale: #050505. Windows color (decimal): -16121833 or 1507338. OLE color: 1507338.

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

Color convert

RGB 10 0 23 -
CMYK 0.57 1 0 0.91
HSL 266.09º 1% 0.05% -
HSV(B) 266.09º 1% 0.09% -
XYZ 0.28 0.13 0.82 -
YUV 5.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 10 0 23 0.57 1 0 0.91 266.09 1 0.05
Hex A 0 17 39 64 0 5B 10A 64 5
Octal 12 0 27 71 144 0 133 412 144 5
Binary 1010 0 10111 111001 1100100 0 1011011 100001010 1100100 101

Color Harmonies of #0A0017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0017

Black with #0A0017

Text Example


Text Example

White with #0A0017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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