#30223F

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

Shades of Blackcurrant #30223F

Tints of Blackcurrant #30223F

Color information

#30223F (or 0x30223F) is unknown color: approx Blackcurrant. HEX triplet: 30, 22 and 3F. RGB value is (48,34,63). Sum of RGB (Red+Green+Blue) = 48+34+63=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #30223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30223F is #CFDDC0. Grayscale: #292929. Windows color (decimal): -13622721 or 4137520. OLE color: 4137520.

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

Color convert

RGB483463-
CMYK0.240.4600.75
HSL268.97º29.9%19.02%-
HSV(B)268.97º46.03%24.71%-
XYZ2.692.134.97-
YUV41.49140.14132.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 63 (25% from 255) = 43.45%
R=33.10%
G=23.45%
B=43.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4834630.240.4600.75268.9729.919.02
Hex30223F182E04B10d1e13
Octal604277305601134153623
Binary11000010001011111111000101110010010111000011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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