Html Css Color HEX #300951 Blackcurrant

📋 copy color: '#300951'

red 48 ◦ green 9 ◦ blue 81

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

Shades of Blackcurrant #300951

Tints of Blackcurrant #300951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 58.7%

R = 34.78%
G = 6.52%
B = 58.7%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#300951 (or 0x300951) is known color: Blackcurrant. HEX triplet: 30, 09 and 51. RGB value is (48,9,81). Sum of RGB (Red+Green+Blue) = 48+9+81=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #300951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300951 is #CFF6AE. Grayscale: #1C1C1C. Windows color (decimal): -13629103 or 5310768. OLE color: 5310768.

HSL color Cylindrical-coordinate representation of color #300951: hue angle of 272.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300951 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 9 81 -
CMYK 0.41 0.89 0 0.68
HSL 272.5º 0.8% 0.18% -
HSV(B) 272.5º 0.89% 0.32% -
XYZ 2.8 1.42 7.91 -
YUV 28.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 48 9 81 0.41 0.89 0 0.68 272.5 0.8 0.18
Hex 30 9 51 29 59 0 44 110 50 12
Octal 60 11 121 51 131 0 104 420 120 22
Binary 110000 1001 1010001 101001 1011001 0 1000100 100010000 1010000 10010

Color Harmonies of #300951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300951

Black with #300951

Text Example


Text Example

White with #300951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300951; }

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

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

background-color css

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

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

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

border-color css

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

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

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