Html Css Color HEX #0E0315 Blackcurrant

📋 copy color: '#0E0315'

red 14 ◦ green 3 ◦ blue 21

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

Shades of Blackcurrant #0E0315

Tints of Blackcurrant #0E0315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 55.26%

R = 36.84%
G = 7.89%
B = 55.26%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0E0315 (or 0x0E0315) is known color: Blackcurrant. HEX triplet: 0E, 03 and 15. RGB value is (14,3,21). Sum of RGB (Red+Green+Blue) = 14+3+21=38 (5% of max value = 765). Red value is 14 (5.86% from 255 or 36.84% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E0315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0315 is #F1FCEA. Grayscale: #080808. Windows color (decimal): -15858923 or 1377038. OLE color: 1377038.

HSL color Cylindrical-coordinate representation of color #0E0315: hue angle of 276.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E0315 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 3 21 -
CMYK 0.33 0.86 0 0.92
HSL 276.67º 0.75% 0.05% -
HSV(B) 276.67º 0.86% 0.08% -
XYZ 0.35 0.21 0.73 -
YUV 8.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 14 3 21 0.33 0.86 0 0.92 276.67 0.75 0.05
Hex E 3 15 21 56 0 5C 115 4B 5
Octal 16 3 25 41 126 0 134 425 113 5
Binary 1110 11 10101 100001 1010110 0 1011100 100010101 1001011 101

Color Harmonies of #0E0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0315

Black with #0E0315

Text Example


Text Example

White with #0E0315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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