#2F0355

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

Shades of Blackcurrant #2F0355

Tints of Blackcurrant #2F0355

Color information

#2F0355 (or 0x2F0355) is unknown color: approx Blackcurrant. HEX triplet: 2F, 03 and 55. RGB value is (47,3,85). Sum of RGB (Red+Green+Blue) = 47+3+85=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #2F0355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0355 is #D0FCAA. Grayscale: #191919. Windows color (decimal): -13696171 or 5571375. OLE color: 5571375.

HSL color Cylindrical-coordinate representation of color #2F0355: hue angle of 272.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0355 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB47385-
CMYK0.450.9600.67
HSL272.2º93.18%17.25%-
HSV(B)272.2º96.47%33.33%-
XYZ2.841.338.7-
YUV25.5161.58143.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.81%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 85 (33.59% from 255) = 62.96%
R=34.81%
G=2.22%
B=62.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal473850.450.9600.67272.293.1817.25
Hex2F3552D600431105d11
Octal57312555140010342013521
Binary101111111010101101101110000001000011100010000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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