Html Css Color HEX #300442 Blackcurrant

📋 copy color: '#300442'

red 48 ◦ green 4 ◦ blue 66

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

Shades of Blackcurrant #300442

Tints of Blackcurrant #300442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 55.93%

R = 40.68%
G = 3.39%
B = 55.93%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#300442 (or 0x300442) is known color: Blackcurrant. HEX triplet: 30, 04 and 42. RGB value is (48,4,66). Sum of RGB (Red+Green+Blue) = 48+4+66=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #300442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300442 is #CFFBBD. Grayscale: #181818. Windows color (decimal): -13630398 or 4326448. OLE color: 4326448.

HSL color Cylindrical-coordinate representation of color #300442: hue angle of 282.58º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300442 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 4 66 -
CMYK 0.27 0.94 0 0.74
HSL 282.58º 0.89% 0.14% -
HSV(B) 282.58º 0.94% 0.26% -
XYZ 2.25 1.11 5.25 -
YUV 24.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 48 4 66 0.27 0.94 0 0.74 282.58 0.89 0.14
Hex 30 4 42 1B 5E 0 4A 11B 59 E
Octal 60 4 102 33 136 0 112 433 131 16
Binary 110000 100 1000010 11011 1011110 0 1001010 100011011 1011001 1110

Color Harmonies of #300442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300442

Black with #300442

Text Example


Text Example

White with #300442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300442; }

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

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

background-color css

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

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

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

border-color css

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

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

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