Html Css Color HEX #300850 Blackcurrant

📋 copy color: '#300850'

red 48 ◦ green 8 ◦ blue 80

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

Shades of Blackcurrant #300850

Tints of Blackcurrant #300850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.88%

 BLUE value IS 80 (31.64% from 255) = 58.82%

R = 35.29%
G = 5.88%
B = 58.82%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#300850 (or 0x300850) is known color: Blackcurrant. HEX triplet: 30, 08 and 50. RGB value is (48,8,80). Sum of RGB (Red+Green+Blue) = 48+8+80=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #300850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300850 is #CFF7AF. Grayscale: #1B1B1B. Windows color (decimal): -13629360 or 5244976. OLE color: 5244976.

HSL color Cylindrical-coordinate representation of color #300850: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300850 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 8 80 -
CMYK 0.40 0.90 0 0.69
HSL 273.33º 0.82% 0.17% -
HSV(B) 273.33º 0.9% 0.31% -
XYZ 2.75 1.38 7.71 -
YUV 28.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 48 8 80 0.40 0.90 0 0.69 273.33 0.82 0.17
Hex 30 8 50 28 5A 0 45 111 52 11
Octal 60 10 120 50 132 0 105 421 122 21
Binary 110000 1000 1010000 101000 1011010 0 1000101 100010001 1010010 10001

Color Harmonies of #300850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300850

Black with #300850

Text Example


Text Example

White with #300850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300850; }

 p { color: rgb(48,8,80); }

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

background-color css

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

 a { background-color: rgb(48,8,80); }

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

border-color css

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

 span { border-color: rgb(48,8,80); }

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