#301848

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

Shades of Blackcurrant #301848

Tints of Blackcurrant #301848

Color information

#301848 (or 0x301848) is unknown color: approx Blackcurrant. HEX triplet: 30, 18 and 48. RGB value is (48,24,72). Sum of RGB (Red+Green+Blue) = 48+24+72=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #301848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301848 is #CFE7B7. Grayscale: #242424. Windows color (decimal): -13625272 or 4724784. OLE color: 4724784.

HSL color Cylindrical-coordinate representation of color #301848: hue angle of 270º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301848 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB482472-
CMYK0.330.6700.72
HSL270º50%18.82%-
HSV(B)270º66.67%28.24%-
XYZ2.721.756.33-
YUV36.65147.95136.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 72 (28.52% from 255) = 50%
R=33.33%
G=16.67%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4824720.330.6700.722705018.82
Hex301848214304810e3213
Octal60301104110301104166223
Binary11000011000100100010000110000110100100010000111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301848; }

 p { color: rgb(48,24,72); }

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

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

 a { background-color: rgb(48,24,72); }

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

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

 span { border-color: rgb(48,24,72); }

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