Html Css Color HEX #0A040B Blackcurrant

📋 copy color: '#0A040B'

red 10 ◦ green 4 ◦ blue 11

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

Shades of Blackcurrant #0A040B

Tints of Blackcurrant #0A040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 16%

 BLUE value IS 11 (4.69% from 255) = 44%

R = 40%
G = 16%
B = 44%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A040B (or 0x0A040B) is known color: Blackcurrant. HEX triplet: 0A, 04 and 0B. RGB value is (10,4,11). Sum of RGB (Red+Green+Blue) = 10+4+11=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A040B is #F5FBF4. Grayscale: #060606. Windows color (decimal): -16120821 or 721930. OLE color: 721930.

HSL color Cylindrical-coordinate representation of color #0A040B: hue angle of 291.43º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A040B is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 4 11 -
CMYK 0.09 0.64 0 0.96
HSL 291.43º 0.47% 0.03% -
HSV(B) 291.43º 0.64% 0.04% -
XYZ 0.23 0.18 0.34 -
YUV 6.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 10 4 11 0.09 0.64 0 0.96 291.43 0.47 0.03
Hex A 4 B 9 40 0 60 123 2F 3
Octal 12 4 13 11 100 0 140 443 57 3
Binary 1010 100 1011 1001 1000000 0 1100000 100100011 101111 11

Color Harmonies of #0A040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A040B

Black with #0A040B

Text Example


Text Example

White with #0A040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,4,11); }

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

background-color css

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

 a { background-color: rgb(10,4,11); }

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

border-color css

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

 span { border-color: rgb(10,4,11); }

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