Html Css Color HEX #0E012E Blackcurrant

📋 copy color: '#0E012E'

red 14 ◦ green 1 ◦ blue 46

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

Shades of Blackcurrant #0E012E

Tints of Blackcurrant #0E012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 75.41%

R = 22.95%
G = 1.64%
B = 75.41%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0E012E (or 0x0E012E) is known color: Blackcurrant. HEX triplet: 0E, 01 and 2E. RGB value is (14,1,46). Sum of RGB (Red+Green+Blue) = 14+1+46=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 46 (18.36% from 255 or 75.41% from 61); Max value from RGB is 46 - color contains mainly: blue. Hex color #0E012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E012E is #F1FED1. Grayscale: #090909. Windows color (decimal): -15859410 or 3014926. OLE color: 3014926.

HSL color Cylindrical-coordinate representation of color #0E012E: hue angle of 257.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E012E is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 14 1 46 -
CMYK 0.70 0.98 0 0.82
HSL 257.33º 0.96% 0.09% -
HSV(B) 257.33º 0.98% 0.18% -
XYZ 0.69 0.31 2.61 -
YUV 10.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 14 1 46 0.70 0.98 0 0.82 257.33 0.96 0.09
Hex E 1 2E 46 62 0 52 101 60 9
Octal 16 1 56 106 142 0 122 401 140 11
Binary 1110 1 101110 1000110 1100010 0 1010010 100000001 1100000 1001

Color Harmonies of #0E012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E012E

Black with #0E012E

Text Example


Text Example

White with #0E012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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