Html Css Color HEX #30053F Blackcurrant

📋 copy color: '#30053F'

red 48 ◦ green 5 ◦ blue 63

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

Shades of Blackcurrant #30053F

Tints of Blackcurrant #30053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 54.31%

R = 41.38%
G = 4.31%
B = 54.31%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#30053F (or 0x30053F) is known color: Blackcurrant. HEX triplet: 30, 05 and 3F. RGB value is (48,5,63). Sum of RGB (Red+Green+Blue) = 48+5+63=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #30053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30053F is #CFFAC0. Grayscale: #181818. Windows color (decimal): -13630145 or 4130096. OLE color: 4130096.

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

Color convert

RGB 48 5 63 -
CMYK 0.24 0.92 0 0.75
HSL 284.48º 0.85% 0.13% -
HSV(B) 284.48º 0.92% 0.25% -
XYZ 2.17 1.1 4.8 -
YUV 24.47 149.75 144.78 -
System Red Green Blue C M Y K H S L
Decimal 48 5 63 0.24 0.92 0 0.75 284.48 0.85 0.13
Hex 30 5 3F 18 5C 0 4B 11C 55 D
Octal 60 5 77 30 134 0 113 434 125 15
Binary 110000 101 111111 11000 1011100 0 1001011 100011100 1010101 1101

Color Harmonies of #30053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30053F

Black with #30053F

Text Example


Text Example

White with #30053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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