#2B252F

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

Shades of Blackcurrant #2B252F

Tints of Blackcurrant #2B252F

Color information

#2B252F (or 0x2B252F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 25 and 2F. RGB value is (43,37,47). Sum of RGB (Red+Green+Blue) = 43+37+47=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B252F is #D4DAD0. Grayscale: #272727. Windows color (decimal): -13949649 or 3089707. OLE color: 3089707.

HSL color Cylindrical-coordinate representation of color #2B252F: hue angle of 276º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2B252F is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB433747-
CMYK0.090.2100.82
HSL276º11.9%16.47%-
HSV(B)276º21.28%18.43%-
XYZ2.172.042.97-
YUV39.93131.99130.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.86%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=33.86%
G=29.13%
B=37.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4337470.090.2100.8227611.916.47
Hex2B252F915052114c10
Octal534557112501224241420
Binary10101110010110111110011010101010010100010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,37,47); }

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

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

 a { background-color: rgb(43,37,47); }

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

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

 span { border-color: rgb(43,37,47); }

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