#2C262F

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

Shades of Blackcurrant #2C262F

Tints of Blackcurrant #2C262F

Color information

#2C262F (or 0x2C262F) is unknown color: approx Blackcurrant. HEX triplet: 2C, 26 and 2F. RGB value is (44,38,47). Sum of RGB (Red+Green+Blue) = 44+38+47=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 47 - color contains mainly: blue. Hex color #2C262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C262F is #D3D9D0. Grayscale: #282828. Windows color (decimal): -13883857 or 3089964. OLE color: 3089964.

HSL color Cylindrical-coordinate representation of color #2C262F: hue angle of 280º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2C262F is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB443847-
CMYK0.060.1900.82
HSL280º10.59%16.67%-
HSV(B)280º19.15%18.43%-
XYZ2.242.132.98-
YUV40.82131.49130.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.11%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=34.11%
G=29.46%
B=36.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4438470.060.1900.8228010.5916.67
Hex2C262F613052118b11
Octal54465762301224301321
Binary1011001001101011111101001101010010100011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,47); }

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

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

 a { background-color: rgb(44,38,47); }

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

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

 span { border-color: rgb(44,38,47); }

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