Html Css Color HEX #300747 Blackcurrant

📋 copy color: '#300747'

red 48 ◦ green 7 ◦ blue 71

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

Shades of Blackcurrant #300747

Tints of Blackcurrant #300747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.56%

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

R = 38.1%
G = 5.56%
B = 56.35%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#300747 (or 0x300747) is known color: Blackcurrant. HEX triplet: 30, 07 and 47. RGB value is (48,7,71). Sum of RGB (Red+Green+Blue) = 48+7+71=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #300747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300747 is #CFF8B8. Grayscale: #1A1A1A. Windows color (decimal): -13629625 or 4654896. OLE color: 4654896.

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

Color convert

RGB 48 7 71 -
CMYK 0.32 0.90 0 0.72
HSL 278.44º 0.82% 0.15% -
HSV(B) 278.44º 0.9% 0.28% -
XYZ 2.43 1.24 6.07 -
YUV 26.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 48 7 71 0.32 0.90 0 0.72 278.44 0.82 0.15
Hex 30 7 47 20 5A 0 48 116 52 F
Octal 60 7 107 40 132 0 110 426 122 17
Binary 110000 111 1000111 100000 1011010 0 1001000 100010110 1010010 1111

Color Harmonies of #300747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300747

Black with #300747

Text Example


Text Example

White with #300747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300747; }

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

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

background-color css

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

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

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

border-color css

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

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

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