#2B0C34

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

Shades of Blackcurrant #2B0C34

Tints of Blackcurrant #2B0C34

Color information

#2B0C34 (or 0x2B0C34) is unknown color: approx Blackcurrant. HEX triplet: 2B, 0C and 34. RGB value is (43,12,52). Sum of RGB (Red+Green+Blue) = 43+12+52=107 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.19% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #2B0C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0C34 is #D4F3CB. Grayscale: #191919. Windows color (decimal): -13956044 or 3410987. OLE color: 3410987.

HSL color Cylindrical-coordinate representation of color #2B0C34: hue angle of 286.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B0C34 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB431252-
CMYK0.170.7700.80
HSL286.5º62.5%12.55%-
HSV(B)286.5º76.92%20.39%-
XYZ1.751.023.35-
YUV25.83142.77140.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.19%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 52 (20.70% from 255) = 48.60%
R=40.19%
G=11.21%
B=48.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4312520.170.7700.80286.562.512.55
Hex2BC34114D05011e3ed
Octal5314642111501204367615
Binary1010111100110100100011001101010100001000111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,12,52); }

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

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

 a { background-color: rgb(43,12,52); }

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

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

 span { border-color: rgb(43,12,52); }

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