Html Css Color HEX #300047 Blackcurrant

📋 copy color: '#300047'

red 48 ◦ green 0 ◦ blue 71

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

Shades of Blackcurrant #300047

Tints of Blackcurrant #300047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 59.66%

R = 40.34%
G = 0%
B = 59.66%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#300047 (or 0x300047) is known color: Blackcurrant. HEX triplet: 30, 00 and 47. RGB value is (48,0,71). Sum of RGB (Red+Green+Blue) = 48+0+71=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #300047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300047 is #CFFFB8. Grayscale: #161616. Windows color (decimal): -13631417 or 4653104. OLE color: 4653104.

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

Color convert

RGB 48 0 71 -
CMYK 0.32 1 0 0.72
HSL 280.56º 1% 0.14% -
HSV(B) 280.56º 1% 0.28% -
XYZ 2.36 1.08 6.05 -
YUV 22.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 48 0 71 0.32 1 0 0.72 280.56 1 0.14
Hex 30 0 47 20 64 0 48 119 64 E
Octal 60 0 107 40 144 0 110 431 144 16
Binary 110000 0 1000111 100000 1100100 0 1001000 100011001 1100100 1110

Color Harmonies of #300047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300047

Black with #300047

Text Example


Text Example

White with #300047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300047; }

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

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

background-color css

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

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

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

border-color css

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

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

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