Html Css Color HEX #300052 Blackcurrant

📋 copy color: '#300052'

red 48 ◦ green 0 ◦ blue 82

#300052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #300052

Tints of Blackcurrant #300052

RGB

 RED value IS 48 (19.14% from 255) = 36.92%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 82 (32.42% from 255) = 63.08%

R = 36.92%
G = 0%
B = 63.08%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#300052 (or 0x300052) is known color: Blackcurrant. HEX triplet: 30, 00 and 52. RGB value is (48,0,82). Sum of RGB (Red+Green+Blue) = 48+0+82=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 82 (32.42% from 255 or 63.08% from 130); Max value from RGB is 82 - color contains mainly: blue. Hex color #300052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300052 is #CFFFAD. Grayscale: #171717. Windows color (decimal): -13631406 or 5374000. OLE color: 5374000.

HSL color Cylindrical-coordinate representation of color #300052: hue angle of 275.12º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300052 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 0 82 -
CMYK 0.41 1 0 0.68
HSL 275.12º 1% 0.16% -
HSV(B) 275.12º 1% 0.32% -
XYZ 2.74 1.24 8.08 -
YUV 23.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 48 0 82 0.41 1 0 0.68 275.12 1 0.16
Hex 30 0 52 29 64 0 44 113 64 10
Octal 60 0 122 51 144 0 104 423 144 20
Binary 110000 0 1010010 101001 1100100 0 1000100 100010011 1100100 10000

Color Harmonies of #300052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300052

Black with #300052

Text Example


Text Example

White with #300052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300052; }

 p { color: rgb(48,0,82); }

 H1.HeaderClassName
 {
   color: #300052;
 }
 .AnyTagClassName
 {
   color: #300052;
 }
</style>

background-color css

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

 a { background-color: rgb(48,0,82); }

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

border-color css

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

 span { border-color: rgb(48,0,82); }

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