#2F073D

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

Shades of Blackcurrant #2F073D

Tints of Blackcurrant #2F073D

Color information

#2F073D (or 0x2F073D) is unknown color: approx Blackcurrant. HEX triplet: 2F, 07 and 3D. RGB value is (47,7,61). Sum of RGB (Red+Green+Blue) = 47+7+61=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F073D is #D0F8C2. Grayscale: #181818. Windows color (decimal): -13695171 or 3999535. OLE color: 3999535.

HSL color Cylindrical-coordinate representation of color #2F073D: hue angle of 284.44º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F073D is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB47761-
CMYK0.230.8900.76
HSL284.44º79.41%13.33%-
HSV(B)284.44º88.52%23.92%-
XYZ2.091.094.52-
YUV25.12148.25143.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.87%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 61 (24.22% from 255) = 53.04%
R=40.87%
G=6.09%
B=53.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal477610.230.8900.76284.4479.4113.33
Hex2F73D175904C11c4fd
Octal5777527131011443411715
Binary1011111111111011011110110010100110010001110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,7,61); }

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

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

 a { background-color: rgb(47,7,61); }

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

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

 span { border-color: rgb(47,7,61); }

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