#30143F

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

Shades of Blackcurrant #30143F

Tints of Blackcurrant #30143F

Color information

#30143F (or 0x30143F) is unknown color: approx Blackcurrant. HEX triplet: 30, 14 and 3F. RGB value is (48,20,63). Sum of RGB (Red+Green+Blue) = 48+20+63=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #30143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30143F is #CFEBC0. Grayscale: #212121. Windows color (decimal): -13626305 or 4133936. OLE color: 4133936.

HSL color Cylindrical-coordinate representation of color #30143F: hue angle of 279.07º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30143F is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB482063-
CMYK0.240.6800.75
HSL279.07º51.81%16.27%-
HSV(B)279.07º68.25%24.71%-
XYZ2.371.494.87-
YUV33.27144.78138.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 63 (25% from 255) = 48.09%
R=36.64%
G=15.27%
B=48.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4820630.240.6800.75279.0751.8116.27
Hex30143F184404B1173410
Octal6024773010401134276420
Binary110000101001111111100010001000100101110001011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30143F; }

 p { color: rgb(48,20,63); }

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

<style>
 a { background-color: #30143F; }

 a { background-color: rgb(48,20,63); }

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

<style>
 span { border-color: #30143F; }

 span { border-color: rgb(48,20,63); }

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