Html Css Color HEX #300451 Blackcurrant

📋 copy color: '#300451'

red 48 ◦ green 4 ◦ blue 81

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

Shades of Blackcurrant #300451

Tints of Blackcurrant #300451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

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

R = 36.09%
G = 3.01%
B = 60.9%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#300451 (or 0x300451) is known color: Blackcurrant. HEX triplet: 30, 04 and 51. RGB value is (48,4,81). Sum of RGB (Red+Green+Blue) = 48+4+81=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #300451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300451 is #CFFBAE. Grayscale: #191919. Windows color (decimal): -13630383 or 5309488. OLE color: 5309488.

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

Color convert

RGB 48 4 81 -
CMYK 0.41 0.95 0 0.68
HSL 274.29º 0.91% 0.17% -
HSV(B) 274.29º 0.95% 0.32% -
XYZ 2.75 1.31 7.89 -
YUV 25.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 48 4 81 0.41 0.95 0 0.68 274.29 0.91 0.17
Hex 30 4 51 29 5F 0 44 112 5B 11
Octal 60 4 121 51 137 0 104 422 133 21
Binary 110000 100 1010001 101001 1011111 0 1000100 100010010 1011011 10001

Color Harmonies of #300451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300451

Black with #300451

Text Example


Text Example

White with #300451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300451; }

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

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

background-color css

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

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

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

border-color css

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

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

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