#2B103E

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

Shades of Blackcurrant #2B103E

Tints of Blackcurrant #2B103E

Color information

#2B103E (or 0x2B103E) is unknown color: approx Blackcurrant. HEX triplet: 2B, 10 and 3E. RGB value is (43,16,62). Sum of RGB (Red+Green+Blue) = 43+16+62=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B103E is #D4EFC1. Grayscale: #1D1D1D. Windows color (decimal): -13955010 or 4067371. OLE color: 4067371.

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

Color convert

RGB431662-
CMYK0.310.7400.76
HSL275.22º58.97%15.29%-
HSV(B)275.22º74.19%24.31%-
XYZ2.051.234.69-
YUV29.32146.45137.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.54%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 62 (24.61% from 255) = 51.24%
R=35.54%
G=13.22%
B=51.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4316620.310.7400.76275.2258.9715.29
Hex2B103E1F4A04C1133bf
Octal5320763711201144237317
Binary10101110000111110111111001010010011001000100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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