Html Css Color HEX #300851 Blackcurrant

📋 copy color: '#300851'

red 48 ◦ green 8 ◦ blue 81

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

Shades of Blackcurrant #300851

Tints of Blackcurrant #300851

RGB

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

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

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

R = 35.04%
G = 5.84%
B = 59.12%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#300851 (or 0x300851) is known color: Blackcurrant. HEX triplet: 30, 08 and 51. RGB value is (48,8,81). Sum of RGB (Red+Green+Blue) = 48+8+81=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #300851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300851 is #CFF7AE. Grayscale: #1C1C1C. Windows color (decimal): -13629359 or 5310512. OLE color: 5310512.

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

Color convert

RGB 48 8 81 -
CMYK 0.41 0.90 0 0.68
HSL 272.88º 0.82% 0.17% -
HSV(B) 272.88º 0.9% 0.32% -
XYZ 2.79 1.4 7.91 -
YUV 28.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 48 8 81 0.41 0.90 0 0.68 272.88 0.82 0.17
Hex 30 8 51 29 5A 0 44 111 52 11
Octal 60 10 121 51 132 0 104 421 122 21
Binary 110000 1000 1010001 101001 1011010 0 1000100 100010001 1010010 10001

Color Harmonies of #300851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300851

Black with #300851

Text Example


Text Example

White with #300851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300851; }

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

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

background-color css

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

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

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

border-color css

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

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

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