#0E0325

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

Shades of Blackcurrant #0E0325

Tints of Blackcurrant #0E0325

Color information

#0E0325 (or 0x0E0325) is unknown color: approx Blackcurrant. HEX triplet: 0E, 03 and 25. RGB value is (14,3,37). Sum of RGB (Red+Green+Blue) = 14+3+37=54 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.93% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 37 (14.84% from 255 or 68.52% from 54); Max value from RGB is 37 - color contains mainly: blue. Hex color #0E0325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0325 is #F1FCDA. Grayscale: #0A0A0A. Windows color (decimal): -15858907 or 2425614. OLE color: 2425614.

HSL color Cylindrical-coordinate representation of color #0E0325: hue angle of 259.41º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E0325 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB14337-
CMYK0.620.9200.85
HSL259.41º85%7.84%-
HSV(B)259.41º91.89%14.51%-
XYZ0.550.291.78-
YUV10.16143.14130.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25.93%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 37 (14.84% from 255) = 68.52%
R=25.93%
G=5.56%
B=68.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal143370.620.9200.85259.41857.84
HexE3253E5C055103558
Octal1634576134012540312510
Binary11101110010111111010111000101010110000001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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