#302A32

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

Shades of Blackcurrant #302A32

Tints of Blackcurrant #302A32

Color information

#302A32 (or 0x302A32) is unknown color: approx Blackcurrant. HEX triplet: 30, 2A and 32. RGB value is (48,42,50). Sum of RGB (Red+Green+Blue) = 48+42+50=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 50 - color contains mainly: blue. Hex color #302A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A32 is #CFD5CD. Grayscale: #2C2C2C. Windows color (decimal): -13620686 or 3287600. OLE color: 3287600.

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

Color convert

RGB484250-
CMYK0.040.1600.80
HSL285º8.7%18.04%-
HSV(B)285º16%19.61%-
XYZ2.622.513.36-
YUV44.71130.99130.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=34.29%
G=30%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4842500.040.1600.802858.718.04
Hex302A3241005011d912
Octal60526242001204351122
Binary1100001010101100101001000001010000100011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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