#2F0348

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

Shades of Blackcurrant #2F0348

Tints of Blackcurrant #2F0348

Color information

#2F0348 (or 0x2F0348) is unknown color: approx Blackcurrant. HEX triplet: 2F, 03 and 48. RGB value is (47,3,72). Sum of RGB (Red+Green+Blue) = 47+3+72=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F0348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0348 is #D0FCB7. Grayscale: #171717. Windows color (decimal): -13696184 or 4719407. OLE color: 4719407.

HSL color Cylindrical-coordinate representation of color #2F0348: hue angle of 278.26º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0348 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB47372-
CMYK0.350.9600.72
HSL278.26º92%14.71%-
HSV(B)278.26º95.83%28.24%-
XYZ2.371.146.23-
YUV24.02155.08144.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.52%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 72 (28.52% from 255) = 59.02%
R=38.52%
G=2.46%
B=59.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal473720.350.9600.72278.269214.71
Hex2F34823600481165cf
Octal57311043140011042613417
Binary10111111100100010001111000000100100010001011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,3,72); }

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

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

 a { background-color: rgb(47,3,72); }

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

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

 span { border-color: rgb(47,3,72); }

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