#2D2633

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

Shades of Blackcurrant #2D2633

Tints of Blackcurrant #2D2633

Color information

#2D2633 (or 0x2D2633) is unknown color: approx Blackcurrant. HEX triplet: 2D, 26 and 33. RGB value is (45,38,51). Sum of RGB (Red+Green+Blue) = 45+38+51=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 51 - color contains mainly: blue. Hex color #2D2633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2633 is #D2D9CC. Grayscale: #292929. Windows color (decimal): -13818317 or 3352109. OLE color: 3352109.

HSL color Cylindrical-coordinate representation of color #2D2633: hue angle of 272.31º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2D2633 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB453851-
CMYK0.120.2500.8
HSL272.31º14.61%17.45%-
HSV(B)272.31º25.49%20%-
XYZ2.372.183.43-
YUV41.58133.32130.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.58%
GREEN value IS 38 (15.23% from 255) = 28.36%
BLUE value IS 51 (20.31% from 255) = 38.06%
R=33.58%
G=28.36%
B=38.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4538510.120.2500.8272.3114.6117.45
Hex2D2633C19050110f11
Octal554663143101204201721
Binary10110110011011001111001100101010000100010000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,38,51); }

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

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

 a { background-color: rgb(45,38,51); }

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

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

 span { border-color: rgb(45,38,51); }

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