#2F233A

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

Shades of Blackcurrant #2F233A

Tints of Blackcurrant #2F233A

Color information

#2F233A (or 0x2F233A) is unknown color: approx Blackcurrant. HEX triplet: 2F, 23 and 3A. RGB value is (47,35,58). Sum of RGB (Red+Green+Blue) = 47+35+58=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F233A is #D0DCC5. Grayscale: #292929. Windows color (decimal): -13688006 or 3810095. OLE color: 3810095.

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

Color convert

RGB473558-
CMYK0.190.4000.77
HSL271.3º24.73%18.24%-
HSV(B)271.3º39.66%22.75%-
XYZ2.542.114.28-
YUV41.21137.48132.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.57%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 58 (23.05% from 255) = 41.43%
R=33.57%
G=25%
B=41.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4735580.190.4000.77271.324.7318.24
Hex2F233A132804D10f1912
Octal574372235001154173122
Binary10111110001111101010011101000010011011000011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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