Html Css Color HEX #300647 Blackcurrant

📋 copy color: '#300647'

red 48 ◦ green 6 ◦ blue 71

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

Shades of Blackcurrant #300647

Tints of Blackcurrant #300647

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.8%

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

R = 38.4%
G = 4.8%
B = 56.8%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#300647 (or 0x300647) is known color: Blackcurrant. HEX triplet: 30, 06 and 47. RGB value is (48,6,71). Sum of RGB (Red+Green+Blue) = 48+6+71=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #300647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300647 is #CFF9B8. Grayscale: #191919. Windows color (decimal): -13629881 or 4654640. OLE color: 4654640.

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

Color convert

RGB 48 6 71 -
CMYK 0.32 0.92 0 0.72
HSL 278.77º 0.84% 0.15% -
HSV(B) 278.77º 0.92% 0.28% -
XYZ 2.42 1.21 6.07 -
YUV 25.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 48 6 71 0.32 0.92 0 0.72 278.77 0.84 0.15
Hex 30 6 47 20 5C 0 48 117 54 F
Octal 60 6 107 40 134 0 110 427 124 17
Binary 110000 110 1000111 100000 1011100 0 1001000 100010111 1010100 1111

Color Harmonies of #300647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300647

Black with #300647

Text Example


Text Example

White with #300647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300647; }

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

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

background-color css

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

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

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

border-color css

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

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

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