Html Css Color HEX #0E0322 Blackcurrant

📋 copy color: '#0E0322'

red 14 ◦ green 3 ◦ blue 34

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

Shades of Blackcurrant #0E0322

Tints of Blackcurrant #0E0322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 66.67%

R = 27.45%
G = 5.88%
B = 66.67%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0E0322 (or 0x0E0322) is known color: Blackcurrant. HEX triplet: 0E, 03 and 22. RGB value is (14,3,34). Sum of RGB (Red+Green+Blue) = 14+3+34=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 34 (13.67% from 255 or 66.67% from 51); Max value from RGB is 34 - color contains mainly: blue. Hex color #0E0322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0322 is #F1FCDD. Grayscale: #090909. Windows color (decimal): -15858910 or 2229006. OLE color: 2229006.

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

Color convert

RGB 14 3 34 -
CMYK 0.59 0.91 0 0.87
HSL 261.29º 0.84% 0.07% -
HSV(B) 261.29º 0.91% 0.13% -
XYZ 0.5 0.27 1.54 -
YUV 9.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 14 3 34 0.59 0.91 0 0.87 261.29 0.84 0.07
Hex E 3 22 3B 5B 0 57 105 54 7
Octal 16 3 42 73 133 0 127 405 124 7
Binary 1110 11 100010 111011 1011011 0 1010111 100000101 1010100 111

Color Harmonies of #0E0322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0322

Black with #0E0322

Text Example


Text Example

White with #0E0322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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