#30034B

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

Shades of Blackcurrant #30034B

Tints of Blackcurrant #30034B

Color information

#30034B (or 0x30034B) is unknown color: approx Blackcurrant. HEX triplet: 30, 03 and 4B. RGB value is (48,3,75). Sum of RGB (Red+Green+Blue) = 48+3+75=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #30034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30034B is #CFFCB4. Grayscale: #181818. Windows color (decimal): -13630645 or 4916016. OLE color: 4916016.

HSL color Cylindrical-coordinate representation of color #30034B: hue angle of 277.5º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30034B is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB48375-
CMYK0.360.9600.71
HSL277.5º92.31%15.29%-
HSV(B)277.5º96%29.41%-
XYZ2.521.26.76-
YUV24.66156.41144.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 75 (29.69% from 255) = 59.52%
R=38.10%
G=2.38%
B=59.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal483750.360.9600.71277.592.3115.29
Hex3034B24600471165cf
Octal60311344140010742613417
Binary11000011100101110010011000000100011110001011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30034B; }

 p { color: rgb(48,3,75); }

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

<style>
 a { background-color: #30034B; }

 a { background-color: rgb(48,3,75); }

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

<style>
 span { border-color: #30034B; }

 span { border-color: rgb(48,3,75); }

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