Html Css Color HEX #0A0021 Blackcurrant

📋 copy color: '#0A0021'

red 10 ◦ green 0 ◦ blue 33

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

Shades of Blackcurrant #0A0021

Tints of Blackcurrant #0A0021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 76.74%

R = 23.26%
G = 0%
B = 76.74%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0A0021 (or 0x0A0021) is known color: Blackcurrant. HEX triplet: 0A, 00 and 21. RGB value is (10,0,33). Sum of RGB (Red+Green+Blue) = 10+0+33=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 33 (13.28% from 255 or 76.74% from 43); Max value from RGB is 33 - color contains mainly: blue. Hex color #0A0021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0021 is #F5FFDE. Grayscale: #060606. Windows color (decimal): -16121823 or 2162698. OLE color: 2162698.

HSL color Cylindrical-coordinate representation of color #0A0021: hue angle of 258.18º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0021 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 10 0 33 -
CMYK 0.70 1 0 0.87
HSL 258.18º 1% 0.06% -
HSV(B) 258.18º 1% 0.13% -
XYZ 0.4 0.17 1.45 -
YUV 6.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 10 0 33 0.70 1 0 0.87 258.18 1 0.06
Hex A 0 21 46 64 0 57 102 64 6
Octal 12 0 41 106 144 0 127 402 144 6
Binary 1010 0 100001 1000110 1100100 0 1010111 100000010 1100100 110

Color Harmonies of #0A0021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0021

Black with #0A0021

Text Example


Text Example

White with #0A0021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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