#302C32

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

Shades of Blackcurrant #302C32

Tints of Blackcurrant #302C32

Color information

#302C32 (or 0x302C32) is unknown color: approx Blackcurrant. HEX triplet: 30, 2C and 32. RGB value is (48,44,50). Sum of RGB (Red+Green+Blue) = 48+44+50=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 50 - color contains mainly: blue. Hex color #302C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C32 is #CFD3CD. Grayscale: #2D2D2D. Windows color (decimal): -13620174 or 3288112. OLE color: 3288112.

HSL color Cylindrical-coordinate representation of color #302C32: hue angle of 280º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #302C32 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB484450-
CMYK0.040.1200.80
HSL280º6.38%18.43%-
HSV(B)280º12%19.61%-
XYZ2.72.663.39-
YUV45.88130.33129.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 44 (17.58% from 255) = 30.99%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=33.80%
G=30.99%
B=35.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4844500.040.1200.802806.3818.43
Hex302C324C050118612
Octal6054624140120430622
Binary11000010110011001010011000101000010001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302C32; }

 p { color: rgb(48,44,50); }

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

<style>
 a { background-color: #302C32; }

 a { background-color: rgb(48,44,50); }

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

<style>
 span { border-color: #302C32; }

 span { border-color: rgb(48,44,50); }

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