Html Css Color HEX #0E0115 Blackcurrant

📋 copy color: '#0E0115'

red 14 ◦ green 1 ◦ blue 21

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

Shades of Blackcurrant #0E0115

Tints of Blackcurrant #0E0115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.78%

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

R = 38.89%
G = 2.78%
B = 58.33%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0E0115 (or 0x0E0115) is known color: Blackcurrant. HEX triplet: 0E, 01 and 15. RGB value is (14,1,21). Sum of RGB (Red+Green+Blue) = 14+1+21=36 (4% of max value = 765). Red value is 14 (5.86% from 255 or 38.89% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 21 (8.59% from 255 or 58.33% from 36); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E0115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0115 is #F1FEEA. Grayscale: #070707. Windows color (decimal): -15859435 or 1376526. OLE color: 1376526.

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

Color convert

RGB 14 1 21 -
CMYK 0.33 0.95 0 0.92
HSL 279º 0.91% 0.04% -
HSV(B) 279º 0.95% 0.08% -
XYZ 0.33 0.17 0.72 -
YUV 7.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 14 1 21 0.33 0.95 0 0.92 279 0.91 0.04
Hex E 1 15 21 5F 0 5C 117 5B 4
Octal 16 1 25 41 137 0 134 427 133 4
Binary 1110 1 10101 100001 1011111 0 1011100 100010111 1011011 100

Color Harmonies of #0E0115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0115

Black with #0E0115

Text Example


Text Example

White with #0E0115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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