Html Css Color HEX #300D45 Blackcurrant

📋 copy color: '#300D45'

red 48 ◦ green 13 ◦ blue 69

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

Shades of Blackcurrant #300D45

Tints of Blackcurrant #300D45

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10%

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

R = 36.92%
G = 10%
B = 53.08%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#300D45 (or 0x300D45) is known color: Blackcurrant. HEX triplet: 30, 0D and 45. RGB value is (48,13,69). Sum of RGB (Red+Green+Blue) = 48+13+69=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #300D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D45 is #CFF2BA. Grayscale: #1D1D1D. Windows color (decimal): -13628091 or 4525360. OLE color: 4525360.

HSL color Cylindrical-coordinate representation of color #300D45: hue angle of 277.5º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300D45 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 13 69 -
CMYK 0.30 0.81 0 0.73
HSL 277.5º 0.68% 0.16% -
HSV(B) 277.5º 0.81% 0.27% -
XYZ 2.44 1.35 5.76 -
YUV 29.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 48 13 69 0.30 0.81 0 0.73 277.5 0.68 0.16
Hex 30 D 45 1E 51 0 49 116 44 10
Octal 60 15 105 36 121 0 111 426 104 20
Binary 110000 1101 1000101 11110 1010001 0 1001001 100010110 1000100 10000

Color Harmonies of #300D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300D45

Black with #300D45

Text Example


Text Example

White with #300D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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