#2B0338

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

Shades of Blackcurrant #2B0338

Tints of Blackcurrant #2B0338

Color information

#2B0338 (or 0x2B0338) is unknown color: approx Blackcurrant. HEX triplet: 2B, 03 and 38. RGB value is (43,3,56). Sum of RGB (Red+Green+Blue) = 43+3+56=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B0338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0338 is #D4FCC7. Grayscale: #141414. Windows color (decimal): -13958344 or 3670827. OLE color: 3670827.

HSL color Cylindrical-coordinate representation of color #2B0338: hue angle of 285.28º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0338 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB43356-
CMYK0.230.9500.78
HSL285.28º89.83%11.57%-
HSV(B)285.28º94.64%21.96%-
XYZ1.740.863.82-
YUV21147.75143.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 42.16%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 56 (22.27% from 255) = 54.90%
R=42.16%
G=2.94%
B=54.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal433560.230.9500.78285.2889.8311.57
Hex2B338175F04E11d5ac
Octal5337027137011643513214
Binary101011111110001011110111110100111010001110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,3,56); }

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

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

 a { background-color: rgb(43,3,56); }

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

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

 span { border-color: rgb(43,3,56); }

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