Html Css Color HEX #30053E Blackcurrant

📋 copy color: '#30053E'

red 48 ◦ green 5 ◦ blue 62

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

Shades of Blackcurrant #30053E

Tints of Blackcurrant #30053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 53.91%

R = 41.74%
G = 4.35%
B = 53.91%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30053E (or 0x30053E) is known color: Blackcurrant. HEX triplet: 30, 05 and 3E. RGB value is (48,5,62). Sum of RGB (Red+Green+Blue) = 48+5+62=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #30053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30053E is #CFFAC1. Grayscale: #181818. Windows color (decimal): -13630146 or 4064560. OLE color: 4064560.

HSL color Cylindrical-coordinate representation of color #30053E: hue angle of 285.26º 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 #30053E is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 5 62 -
CMYK 0.23 0.92 0 0.76
HSL 285.26º 0.85% 0.13% -
HSV(B) 285.26º 0.92% 0.24% -
XYZ 2.14 1.08 4.65 -
YUV 24.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 48 5 62 0.23 0.92 0 0.76 285.26 0.85 0.13
Hex 30 5 3E 17 5C 0 4C 11D 55 D
Octal 60 5 76 27 134 0 114 435 125 15
Binary 110000 101 111110 10111 1011100 0 1001100 100011101 1010101 1101

Color Harmonies of #30053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30053E

Black with #30053E

Text Example


Text Example

White with #30053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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