#30223A

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

Shades of Blackcurrant #30223A

Tints of Blackcurrant #30223A

Color information

#30223A (or 0x30223A) is unknown color: approx Blackcurrant. HEX triplet: 30, 22 and 3A. RGB value is (48,34,58). Sum of RGB (Red+Green+Blue) = 48+34+58=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 58 - color contains mainly: blue. Hex color #30223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30223A is #CFDDC5. Grayscale: #282828. Windows color (decimal): -13622726 or 3809840. OLE color: 3809840.

HSL color Cylindrical-coordinate representation of color #30223A: hue angle of 275º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #30223A is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB483458-
CMYK0.170.4100.77
HSL275º26.09%18.04%-
HSV(B)275º41.38%22.75%-
XYZ2.552.084.27-
YUV40.92137.64133.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 58 (23.05% from 255) = 41.43%
R=34.29%
G=24.29%
B=41.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4834580.170.4100.7727526.0918.04
Hex30223A112904D1131a12
Octal604272215101154233222
Binary11000010001011101010001101001010011011000100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30223A; }

 p { color: rgb(48,34,58); }

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

<style>
 a { background-color: #30223A; }

 a { background-color: rgb(48,34,58); }

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

<style>
 span { border-color: #30223A; }

 span { border-color: rgb(48,34,58); }

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