#2D0333

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

Shades of Blackcurrant #2D0333

Tints of Blackcurrant #2D0333

Color information

#2D0333 (or 0x2D0333) is unknown color: approx Blackcurrant. HEX triplet: 2D, 03 and 33. RGB value is (45,3,51). Sum of RGB (Red+Green+Blue) = 45+3+51=99 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45.45% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 51 (20.31% from 255 or 51.52% from 99); Max value from RGB is 51 - color contains mainly: blue. Hex color #2D0333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0333 is #D2FCCC. Grayscale: #141414. Windows color (decimal): -13827277 or 3343149. OLE color: 3343149.

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

Color convert

RGB45351-
CMYK0.120.9400.8
HSL292.5º88.89%10.59%-
HSV(B)292.5º94.12%20%-
XYZ1.710.863.21-
YUV21.03144.91145.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45.45%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 51 (20.31% from 255) = 51.52%
R=45.45%
G=3.03%
B=51.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal453510.120.9400.8292.588.8910.59
Hex2D333C5E05012459b
Octal5536314136012044413113
Binary10110111110011110010111100101000010010010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,3,51); }

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

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

 a { background-color: rgb(45,3,51); }

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

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

 span { border-color: rgb(45,3,51); }

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