Html Css Color HEX #0E0316 Blackcurrant

📋 copy color: '#0E0316'

red 14 ◦ green 3 ◦ blue 22

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

Shades of Blackcurrant #0E0316

Tints of Blackcurrant #0E0316

RGB

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

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

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

R = 35.9%
G = 7.69%
B = 56.41%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0316 (or 0x0E0316) is known color: Blackcurrant. HEX triplet: 0E, 03 and 16. RGB value is (14,3,22). Sum of RGB (Red+Green+Blue) = 14+3+22=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0316 is #F1FCE9. Grayscale: #080808. Windows color (decimal): -15858922 or 1442574. OLE color: 1442574.

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

Color convert

RGB 14 3 22 -
CMYK 0.36 0.86 0 0.91
HSL 274.74º 0.76% 0.05% -
HSV(B) 274.74º 0.86% 0.09% -
XYZ 0.36 0.22 0.78 -
YUV 8.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 14 3 22 0.36 0.86 0 0.91 274.74 0.76 0.05
Hex E 3 16 24 56 0 5B 113 4C 5
Octal 16 3 26 44 126 0 133 423 114 5
Binary 1110 11 10110 100100 1010110 0 1011011 100010011 1001100 101

Color Harmonies of #0E0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0316

Black with #0E0316

Text Example


Text Example

White with #0E0316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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