#2F203D

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

Shades of Blackcurrant #2F203D

Tints of Blackcurrant #2F203D

Color information

#2F203D (or 0x2F203D) is unknown color: approx Blackcurrant. HEX triplet: 2F, 20 and 3D. RGB value is (47,32,61). Sum of RGB (Red+Green+Blue) = 47+32+61=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F203D is #D0DFC2. Grayscale: #272727. Windows color (decimal): -13688771 or 4005935. OLE color: 4005935.

HSL color Cylindrical-coordinate representation of color #2F203D: hue angle of 271.03º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F203D is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB473261-
CMYK0.230.4800.76
HSL271.03º31.18%18.24%-
HSV(B)271.03º47.54%23.92%-
XYZ2.531.974.66-
YUV39.79139.97133.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.57%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 61 (24.22% from 255) = 43.57%
R=33.57%
G=22.86%
B=43.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4732610.230.4800.76271.0331.1818.24
Hex2F203D173004C10f1f12
Octal574075276001144173722
Binary10111110000011110110111110000010011001000011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,32,61); }

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

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

 a { background-color: rgb(47,32,61); }

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

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

 span { border-color: rgb(47,32,61); }

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