#30023D

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

Shades of Blackcurrant #30023D

Tints of Blackcurrant #30023D

Color information

#30023D (or 0x30023D) is unknown color: approx Blackcurrant. HEX triplet: 30, 02 and 3D. RGB value is (48,2,61). Sum of RGB (Red+Green+Blue) = 48+2+61=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #30023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30023D is #CFFDC2. Grayscale: #161616. Windows color (decimal): -13630915 or 3998256. OLE color: 3998256.

HSL color Cylindrical-coordinate representation of color #30023D: hue angle of 286.78º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30023D is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB48261-
CMYK0.210.9700.76
HSL286.78º93.65%12.35%-
HSV(B)286.78º96.72%23.92%-
XYZ2.081.014.5-
YUV22.48149.74146.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 61 (24.22% from 255) = 54.95%
R=43.24%
G=1.80%
B=54.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal482610.210.9700.76286.7893.6512.35
Hex3023D156104C11f5ec
Octal6027525141011443713614
Binary110000101111011010111000010100110010001111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30023D; }

 p { color: rgb(48,2,61); }

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

<style>
 a { background-color: #30023D; }

 a { background-color: rgb(48,2,61); }

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

<style>
 span { border-color: #30023D; }

 span { border-color: rgb(48,2,61); }

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