Html Css Color HEX #300438 Blackcurrant

📋 copy color: '#300438'

red 48 ◦ green 4 ◦ blue 56

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

Shades of Blackcurrant #300438

Tints of Blackcurrant #300438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 51.85%

R = 44.44%
G = 3.7%
B = 51.85%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300438 (or 0x300438) is known color: Blackcurrant. HEX triplet: 30, 04 and 38. RGB value is (48,4,56). Sum of RGB (Red+Green+Blue) = 48+4+56=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #300438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300438 is #CFFBC7. Grayscale: #161616. Windows color (decimal): -13630408 or 3671088. OLE color: 3671088.

HSL color Cylindrical-coordinate representation of color #300438: hue angle of 290.77º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300438 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 4 56 -
CMYK 0.14 0.93 0 0.78
HSL 290.77º 0.87% 0.12% -
HSV(B) 290.77º 0.93% 0.22% -
XYZ 1.98 1 3.83 -
YUV 23.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 48 4 56 0.14 0.93 0 0.78 290.77 0.87 0.12
Hex 30 4 38 E 5D 0 4E 123 57 C
Octal 60 4 70 16 135 0 116 443 127 14
Binary 110000 100 111000 1110 1011101 0 1001110 100100011 1010111 1100

Color Harmonies of #300438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300438

Black with #300438

Text Example


Text Example

White with #300438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300438; }

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

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

background-color css

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

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

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

border-color css

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

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

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