#2F0255

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

Shades of Blackcurrant #2F0255

Tints of Blackcurrant #2F0255

Color information

#2F0255 (or 0x2F0255) is unknown color: approx Blackcurrant. HEX triplet: 2F, 02 and 55. RGB value is (47,2,85). Sum of RGB (Red+Green+Blue) = 47+2+85=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #2F0255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0255 is #D0FDAA. Grayscale: #181818. Windows color (decimal): -13696427 or 5571119. OLE color: 5571119.

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

Color convert

RGB47285-
CMYK0.450.9800.67
HSL272.53º95.4%17.06%-
HSV(B)272.53º97.65%33.33%-
XYZ2.831.38.7-
YUV24.92161.91143.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.07%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 85 (33.59% from 255) = 63.43%
R=35.07%
G=1.49%
B=63.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal472850.450.9800.67272.5395.417.06
Hex2F2552D620431115f11
Octal57212555142010342113721
Binary101111101010101101101110001001000011100010001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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