Html Css Color HEX #300056 Blackcurrant

📋 copy color: '#300056'

red 48 ◦ green 0 ◦ blue 86

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

Shades of Blackcurrant #300056

Tints of Blackcurrant #300056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 86 (33.98% from 255) = 64.18%

R = 35.82%
G = 0%
B = 64.18%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#300056 (or 0x300056) is known color: Blackcurrant. HEX triplet: 30, 00 and 56. RGB value is (48,0,86). Sum of RGB (Red+Green+Blue) = 48+0+86=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 86 (33.98% from 255 or 64.18% from 134); Max value from RGB is 86 - color contains mainly: blue. Hex color #300056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300056 is #CFFFA9. Grayscale: #171717. Windows color (decimal): -13631402 or 5636144. OLE color: 5636144.

HSL color Cylindrical-coordinate representation of color #300056: hue angle of 273.49º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300056 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 0 86 -
CMYK 0.44 1 0 0.66
HSL 273.49º 1% 0.17% -
HSV(B) 273.49º 1% 0.34% -
XYZ 2.9 1.3 8.9 -
YUV 24.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 48 0 86 0.44 1 0 0.66 273.49 1 0.17
Hex 30 0 56 2C 64 0 42 111 64 11
Octal 60 0 126 54 144 0 102 421 144 21
Binary 110000 0 1010110 101100 1100100 0 1000010 100010001 1100100 10001

Color Harmonies of #300056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300056

Black with #300056

Text Example


Text Example

White with #300056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300056; }

 p { color: rgb(48,0,86); }

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

background-color css

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

 a { background-color: rgb(48,0,86); }

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

border-color css

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

 span { border-color: rgb(48,0,86); }

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