Html Css Color HEX #300845 Blackcurrant

📋 copy color: '#300845'

red 48 ◦ green 8 ◦ blue 69

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

Shades of Blackcurrant #300845

Tints of Blackcurrant #300845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 55.2%

R = 38.4%
G = 6.4%
B = 55.2%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#300845 (or 0x300845) is known color: Blackcurrant. HEX triplet: 30, 08 and 45. RGB value is (48,8,69). Sum of RGB (Red+Green+Blue) = 48+8+69=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 69 (27.34% from 255 or 55.2% from 125); Max value from RGB is 69 - color contains mainly: blue. Hex color #300845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300845 is #CFF7BA. Grayscale: #1A1A1A. Windows color (decimal): -13629371 or 4524080. OLE color: 4524080.

HSL color Cylindrical-coordinate representation of color #300845: hue angle of 279.34º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300845 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 8 69 -
CMYK 0.30 0.88 0 0.73
HSL 279.34º 0.79% 0.15% -
HSV(B) 279.34º 0.88% 0.27% -
XYZ 2.38 1.23 5.74 -
YUV 26.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 48 8 69 0.30 0.88 0 0.73 279.34 0.79 0.15
Hex 30 8 45 1E 58 0 49 117 4F F
Octal 60 10 105 36 130 0 111 427 117 17
Binary 110000 1000 1000101 11110 1011000 0 1001001 100010111 1001111 1111

Color Harmonies of #300845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300845

Black with #300845

Text Example


Text Example

White with #300845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300845; }

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

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

background-color css

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

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

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

border-color css

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

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

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