#302B32

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

Shades of Blackcurrant #302B32

Tints of Blackcurrant #302B32

Color information

#302B32 (or 0x302B32) is unknown color: approx Blackcurrant. HEX triplet: 30, 2B and 32. RGB value is (48,43,50). Sum of RGB (Red+Green+Blue) = 48+43+50=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 50 - color contains mainly: blue. Hex color #302B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B32 is #CFD4CD. Grayscale: #2D2D2D. Windows color (decimal): -13620430 or 3287856. OLE color: 3287856.

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

Color convert

RGB484350-
CMYK0.040.1400.80
HSL282.86º7.53%18.24%-
HSV(B)282.86º14%19.61%-
XYZ2.662.593.38-
YUV45.29130.66129.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 50 (19.92% from 255) = 35.46%
R=34.04%
G=30.50%
B=35.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4843500.040.1400.80282.867.5318.24
Hex302B324E05011b812
Octal60536241601204331022
Binary110000101011110010100111001010000100011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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