Html Css Color HEX #0E0416 Blackcurrant

📋 copy color: '#0E0416'

red 14 ◦ green 4 ◦ blue 22

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

Shades of Blackcurrant #0E0416

Tints of Blackcurrant #0E0416

RGB

 RED value IS 14 (5.86% from 255) = 35%

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

 BLUE value IS 22 (8.98% from 255) = 55%

R = 35%
G = 10%
B = 55%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0416 (or 0x0E0416) is known color: Blackcurrant. HEX triplet: 0E, 04 and 16. RGB value is (14,4,22). Sum of RGB (Red+Green+Blue) = 14+4+22=40 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0416 is #F1FBE9. Grayscale: #080808. Windows color (decimal): -15858666 or 1442830. OLE color: 1442830.

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

Color convert

RGB 14 4 22 -
CMYK 0.36 0.82 0 0.91
HSL 273.33º 0.69% 0.05% -
HSV(B) 273.33º 0.82% 0.09% -
XYZ 0.37 0.24 0.79 -
YUV 9.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 14 4 22 0.36 0.82 0 0.91 273.33 0.69 0.05
Hex E 4 16 24 52 0 5B 111 45 5
Octal 16 4 26 44 122 0 133 421 105 5
Binary 1110 100 10110 100100 1010010 0 1011011 100010001 1000101 101

Color Harmonies of #0E0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0416

Black with #0E0416

Text Example


Text Example

White with #0E0416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,4,22); }

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

background-color css

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

 a { background-color: rgb(14,4,22); }

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

border-color css

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

 span { border-color: rgb(14,4,22); }

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