Html Css Color HEX #0E0323 Blackcurrant

📋 copy color: '#0E0323'

red 14 ◦ green 3 ◦ blue 35

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

Shades of Blackcurrant #0E0323

Tints of Blackcurrant #0E0323

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 value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0E0323 (or 0x0E0323) is known color: 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

RGB 14 3 35 -
CMYK 0.60 0.91 0 0.86
HSL 260.63º 0.84% 0.07% -
HSV(B) 260.63º 0.91% 0.14% -
XYZ 0.52 0.28 1.62 -
YUV 9.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 14 3 35 0.60 0.91 0 0.86 260.63 0.84 0.07
Hex E 3 23 3C 5B 0 56 105 54 7
Octal 16 3 43 74 133 0 126 405 124 7
Binary 1110 11 100011 111100 1011011 0 1010110 100000101 1010100 111

Color Harmonies of #0E0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0323

Black with #0E0323

Text Example


Text Example

White with #0E0323

Text Example


Text Example

HTML Codes & Css Web 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>