Html Css Color HEX #300C45 Blackcurrant

📋 copy color: '#300C45'

red 48 ◦ green 12 ◦ blue 69

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

Shades of Blackcurrant #300C45

Tints of Blackcurrant #300C45

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.3%

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

R = 37.21%
G = 9.3%
B = 53.49%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#300C45 (or 0x300C45) is known color: Blackcurrant. HEX triplet: 30, 0C and 45. RGB value is (48,12,69). Sum of RGB (Red+Green+Blue) = 48+12+69=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 69 (27.34% from 255 or 53.49% from 129); Max value from RGB is 69 - color contains mainly: blue. Hex color #300C45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C45 is #CFF3BA. Grayscale: #1D1D1D. Windows color (decimal): -13628347 or 4525104. OLE color: 4525104.

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

Color convert

RGB 48 12 69 -
CMYK 0.30 0.83 0 0.73
HSL 277.89º 0.7% 0.16% -
HSV(B) 277.89º 0.83% 0.27% -
XYZ 2.42 1.32 5.76 -
YUV 29.26 150.43 141.37 -
System Red Green Blue C M Y K H S L
Decimal 48 12 69 0.30 0.83 0 0.73 277.89 0.7 0.16
Hex 30 C 45 1E 53 0 49 116 46 10
Octal 60 14 105 36 123 0 111 426 106 20
Binary 110000 1100 1000101 11110 1010011 0 1001001 100010110 1000110 10000

Color Harmonies of #300C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C45

Black with #300C45

Text Example


Text Example

White with #300C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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