#2B0F30

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

Shades of Blackcurrant #2B0F30

Tints of Blackcurrant #2B0F30

Color information

#2B0F30 (or 0x2B0F30) is unknown color: approx Blackcurrant. HEX triplet: 2B, 0F and 30. RGB value is (43,15,48). Sum of RGB (Red+Green+Blue) = 43+15+48=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #2B0F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0F30 is #D4F0CF. Grayscale: #1B1B1B. Windows color (decimal): -13955280 or 3149611. OLE color: 3149611.

HSL color Cylindrical-coordinate representation of color #2B0F30: hue angle of 290.91º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B0F30 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB431548-
CMYK0.100.6900.81
HSL290.91º52.38%12.35%-
HSV(B)290.91º68.75%18.82%-
XYZ1.71.072.91-
YUV27.13139.78139.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.57%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=40.57%
G=14.15%
B=45.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4315480.100.6900.81290.9152.3812.35
Hex2BF30A4505112334c
Octal5317601210501214436414
Binary101011111111000010101000101010100011001000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,15,48); }

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

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

 a { background-color: rgb(43,15,48); }

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

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

 span { border-color: rgb(43,15,48); }

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