#2F003A

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

Shades of Blackcurrant #2F003A

Tints of Blackcurrant #2F003A

Color information

#2F003A (or 0x2F003A) is unknown color: approx Blackcurrant. HEX triplet: 2F, 00 and 3A. RGB value is (47,0,58). Sum of RGB (Red+Green+Blue) = 47+0+58=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F003A is #D0FFC5. Grayscale: #141414. Windows color (decimal): -13696966 or 3801135. OLE color: 3801135.

HSL color Cylindrical-coordinate representation of color #2F003A: hue angle of 288.62º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F003A is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB47058-
CMYK0.19100.77
HSL288.62º100%11.37%-
HSV(B)288.62º100%22.75%-
XYZ1.940.914.08-
YUV20.66149.07146.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 55.24%
R=44.76%
G=0%
B=55.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal470580.19100.77288.6210011.37
Hex2F03A136404D12164b
Octal5707223144011544114413
Binary10111101110101001111001000100110110010000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,0,58); }

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

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

 a { background-color: rgb(47,0,58); }

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

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

 span { border-color: rgb(47,0,58); }

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