#2F004A

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

Shades of Blackcurrant #2F004A

Tints of Blackcurrant #2F004A

Color information

#2F004A (or 0x2F004A) is unknown color: approx Blackcurrant. HEX triplet: 2F, 00 and 4A. RGB value is (47,0,74). Sum of RGB (Red+Green+Blue) = 47+0+74=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F004A is #D0FFB5. Grayscale: #161616. Windows color (decimal): -13696950 or 4849711. OLE color: 4849711.

HSL color Cylindrical-coordinate representation of color #2F004A: hue angle of 278.11º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F004A is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB47074-
CMYK0.36100.71
HSL278.11º100%14.51%-
HSV(B)278.11º100%29.02%-
XYZ2.411.16.56-
YUV22.49157.07145.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 61.16%
R=38.84%
G=0%
B=61.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal470740.36100.71278.1110014.51
Hex2F04A246404711664f
Octal57011244144010742614417
Binary1011110100101010010011001000100011110001011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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