Html Css Color HEX #2E0C45 Blackcurrant

📋 copy color: '#2E0C45'

red 46 ◦ green 12 ◦ blue 69

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

Shades of Blackcurrant #2E0C45

Tints of Blackcurrant #2E0C45

RGB

 RED value IS 46 (18.36% from 255) = 36.22%

 GREEN value IS 12 (5.08% from 255) = 9.45%

 BLUE value IS 69 (27.34% from 255) = 54.33%

R = 36.22%
G = 9.45%
B = 54.33%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2E0C45 (or 0x2E0C45) is known color: Blackcurrant. HEX triplet: 2E, 0C and 45. RGB value is (46,12,69). Sum of RGB (Red+Green+Blue) = 46+12+69=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 69 (27.34% from 255 or 54.33% from 127); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E0C45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0C45 is #D1F3BA. Grayscale: #1C1C1C. Windows color (decimal): -13759419 or 4525102. OLE color: 4525102.

HSL color Cylindrical-coordinate representation of color #2E0C45: hue angle of 275.79º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E0C45 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 12 69 -
CMYK 0.33 0.83 0 0.73
HSL 275.79º 0.7% 0.16% -
HSV(B) 275.79º 0.83% 0.27% -
XYZ 2.33 1.27 5.75 -
YUV 28.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 46 12 69 0.33 0.83 0 0.73 275.79 0.7 0.16
Hex 2E C 45 21 53 0 49 114 46 10
Octal 56 14 105 41 123 0 111 424 106 20
Binary 101110 1100 1000101 100001 1010011 0 1001001 100010100 1000110 10000

Color Harmonies of #2E0C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0C45

Black with #2E0C45

Text Example


Text Example

White with #2E0C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E0C45; }

 p { color: rgb(46,12,69); }

 H1.HeaderClassName
 {
   color: #2E0C45;
 }
 .AnyTagClassName
 {
   color: #2E0C45;
 }
</style>

background-color css

<style>
 a { background-color: #2E0C45; }

 a { background-color: rgb(46,12,69); }

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

border-color css

<style>
 span { border-color: #2E0C45; }

 span { border-color: rgb(46,12,69); }

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