#2B033C

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

Shades of Blackcurrant #2B033C

Tints of Blackcurrant #2B033C

Color information

#2B033C (or 0x2B033C) is unknown color: approx Blackcurrant. HEX triplet: 2B, 03 and 3C. RGB value is (43,3,60). Sum of RGB (Red+Green+Blue) = 43+3+60=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B033C is #D4FCC3. Grayscale: #151515. Windows color (decimal): -13958340 or 3932971. OLE color: 3932971.

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

Color convert

RGB43360-
CMYK0.280.9500.76
HSL282.11º90.48%12.35%-
HSV(B)282.11º95%23.53%-
XYZ1.840.94.35-
YUV21.46149.75143.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.57%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 60 (23.83% from 255) = 56.60%
R=40.57%
G=2.83%
B=56.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal433600.280.9500.76282.1190.4812.35
Hex2B33C1C5F04C11a5ac
Octal5337434137011443213214
Binary101011111111001110010111110100110010001101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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