Html Css Color HEX #30053C Blackcurrant

📋 copy color: '#30053C'

red 48 ◦ green 5 ◦ blue 60

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

Shades of Blackcurrant #30053C

Tints of Blackcurrant #30053C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.42%

 BLUE value IS 60 (23.83% from 255) = 53.1%

R = 42.48%
G = 4.42%
B = 53.1%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30053C (or 0x30053C) is known color: Blackcurrant. HEX triplet: 30, 05 and 3C. RGB value is (48,5,60). Sum of RGB (Red+Green+Blue) = 48+5+60=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #30053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30053C is #CFFAC3. Grayscale: #171717. Windows color (decimal): -13630148 or 3933488. OLE color: 3933488.

HSL color Cylindrical-coordinate representation of color #30053C: hue angle of 286.91º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30053C is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 5 60 -
CMYK 0.20 0.92 0 0.76
HSL 286.91º 0.85% 0.13% -
HSV(B) 286.91º 0.92% 0.24% -
XYZ 2.09 1.06 4.37 -
YUV 24.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 48 5 60 0.20 0.92 0 0.76 286.91 0.85 0.13
Hex 30 5 3C 14 5C 0 4C 11F 55 D
Octal 60 5 74 24 134 0 114 437 125 15
Binary 110000 101 111100 10100 1011100 0 1001100 100011111 1010101 1101

Color Harmonies of #30053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30053C

Black with #30053C

Text Example


Text Example

White with #30053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30053C; }

 p { color: rgb(48,5,60); }

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

background-color css

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

 a { background-color: rgb(48,5,60); }

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

border-color css

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

 span { border-color: rgb(48,5,60); }

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