#0E0323

Color #0E0323 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #0E0323

Tints of Blackcurrant #0E0323

Color information

#0E0323 (or 0x0E0323) is unknown color: approx Blackcurrant. HEX triplet: 0E, 03 and 23. RGB value is (14,3,35). Sum of RGB (Red+Green+Blue) = 14+3+35=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 35 (14.06% from 255 or 67.31% from 52); Max value from RGB is 35 - color contains mainly: blue. Hex color #0E0323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0323 is #F1FCDC. Grayscale: #090909. Windows color (decimal): -15858909 or 2294542. OLE color: 2294542.

HSL color Cylindrical-coordinate representation of color #0E0323: hue angle of 260.62º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0323 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB14335-
CMYK0.600.9100.86
HSL260.62º84.21%7.45%-
HSV(B)260.62º91.43%13.73%-
XYZ0.520.281.62-
YUV9.94142.14130.9-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 26.92%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 35 (14.06% from 255) = 67.31%
R=26.92%
G=5.77%
B=67.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal143350.600.9100.86260.6284.217.45
HexE3233C5B056105547
Octal163437413301264051247
Binary1110111000111111001011011010101101000001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E0323;
 }
 .AnyTagClassName
 {
   color: #0E0323;
 }
</style>
background-color css

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

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

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

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

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

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