#2B013E

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

Shades of Blackcurrant #2B013E

Tints of Blackcurrant #2B013E

Color information

#2B013E (or 0x2B013E) is unknown color: approx Blackcurrant. HEX triplet: 2B, 01 and 3E. RGB value is (43,1,62). Sum of RGB (Red+Green+Blue) = 43+1+62=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 62 (24.61% from 255 or 58.49% from 106); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B013E is #D4FEC1. Grayscale: #141414. Windows color (decimal): -13958850 or 4063531. OLE color: 4063531.

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

Color convert

RGB43162-
CMYK0.310.9800.76
HSL281.31º96.83%12.35%-
HSV(B)281.31º98.39%24.31%-
XYZ1.880.884.63-
YUV20.51151.41144.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.57%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 62 (24.61% from 255) = 58.49%
R=40.57%
G=0.94%
B=58.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal431620.310.9800.76281.3196.8312.35
Hex2B13E1F6204C11961c
Octal5317637142011443114114
Binary10101111111101111111000100100110010001100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,1,62); }

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

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

 a { background-color: rgb(43,1,62); }

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

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

 span { border-color: rgb(43,1,62); }

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