#2E0A33

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

Shades of Blackcurrant #2E0A33

Tints of Blackcurrant #2E0A33

Color information

#2E0A33 (or 0x2E0A33) is unknown color: approx Blackcurrant. HEX triplet: 2E, 0A and 33. RGB value is (46,10,51). Sum of RGB (Red+Green+Blue) = 46+10+51=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E0A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0A33 is #D1F5CC. Grayscale: #191919. Windows color (decimal): -13759949 or 3344942. OLE color: 3344942.

HSL color Cylindrical-coordinate representation of color #2E0A33: hue angle of 292.68º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E0A33 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB461051-
CMYK0.100.8000.8
HSL292.68º67.21%11.96%-
HSV(B)292.68º80.39%20%-
XYZ1.831.043.24-
YUV25.44142.43142.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.99%
GREEN value IS 10 (4.30% from 255) = 9.35%
BLUE value IS 51 (20.31% from 255) = 47.66%
R=42.99%
G=9.35%
B=47.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4610510.100.8000.8292.6867.2111.96
Hex2EA33A5005012543c
Octal56126312120012044510314
Binary1011101010110011101010100000101000010010010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,10,51); }

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

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

 a { background-color: rgb(46,10,51); }

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

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

 span { border-color: rgb(46,10,51); }

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