#2F0834

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

Shades of Blackcurrant #2F0834

Tints of Blackcurrant #2F0834

Color information

#2F0834 (or 0x2F0834) is unknown color: approx Blackcurrant. HEX triplet: 2F, 08 and 34. RGB value is (47,8,52). Sum of RGB (Red+Green+Blue) = 47+8+52=107 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.93% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F0834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0834 is #D0F7CB. Grayscale: #181818. Windows color (decimal): -13694924 or 3409967. OLE color: 3409967.

HSL color Cylindrical-coordinate representation of color #2F0834: hue angle of 293.18º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0834 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB47852-
CMYK0.100.8500.80
HSL293.18º73.33%11.76%-
HSV(B)293.18º84.62%20.39%-
XYZ1.881.033.35-
YUV24.68143.42143.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.93%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 52 (20.70% from 255) = 48.60%
R=43.93%
G=7.48%
B=48.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal478520.100.8500.80293.1873.3311.76
Hex2F834A5505012549c
Octal57106412125012044511114
Binary1011111000110100101010101010101000010010010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,8,52); }

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

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

 a { background-color: rgb(47,8,52); }

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

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

 span { border-color: rgb(47,8,52); }

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