Html Css Color HEX #30093F Blackcurrant

📋 copy color: '#30093F'

red 48 ◦ green 9 ◦ blue 63

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

Shades of Blackcurrant #30093F

Tints of Blackcurrant #30093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.5%

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

R = 40%
G = 7.5%
B = 52.5%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#30093F (or 0x30093F) is known color: Blackcurrant. HEX triplet: 30, 09 and 3F. RGB value is (48,9,63). Sum of RGB (Red+Green+Blue) = 48+9+63=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #30093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30093F is #CFF6C0. Grayscale: #1A1A1A. Windows color (decimal): -13629121 or 4131120. OLE color: 4131120.

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

Color convert

RGB 48 9 63 -
CMYK 0.24 0.86 0 0.75
HSL 283.33º 0.75% 0.14% -
HSV(B) 283.33º 0.86% 0.25% -
XYZ 2.21 1.18 4.81 -
YUV 26.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 48 9 63 0.24 0.86 0 0.75 283.33 0.75 0.14
Hex 30 9 3F 18 56 0 4B 11B 4B E
Octal 60 11 77 30 126 0 113 433 113 16
Binary 110000 1001 111111 11000 1010110 0 1001011 100011011 1001011 1110

Color Harmonies of #30093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30093F

Black with #30093F

Text Example


Text Example

White with #30093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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