#2F0C4B

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

Shades of Blackcurrant #2F0C4B

Tints of Blackcurrant #2F0C4B

Color information

#2F0C4B (or 0x2F0C4B) is unknown color: approx Blackcurrant. HEX triplet: 2F, 0C and 4B. RGB value is (47,12,75). Sum of RGB (Red+Green+Blue) = 47+12+75=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F0C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0C4B is #D0F3B4. Grayscale: #1D1D1D. Windows color (decimal): -13693877 or 4918319. OLE color: 4918319.

HSL color Cylindrical-coordinate representation of color #2F0C4B: hue angle of 273.33º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F0C4B is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB471275-
CMYK0.370.8400.71
HSL273.33º72.41%17.06%-
HSV(B)273.33º84%29.41%-
XYZ2.571.386.79-
YUV29.65153.6140.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.07%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 75 (29.69% from 255) = 55.97%
R=35.07%
G=8.96%
B=55.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4712750.370.8400.71273.3372.4117.06
Hex2FC4B25540471114811
Octal571411345124010742111021
Binary10111111001001011100101101010001000111100010001100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,12,75); }

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

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

 a { background-color: rgb(47,12,75); }

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

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

 span { border-color: rgb(47,12,75); }

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