Html Css Color HEX #300C3D Blackcurrant

📋 copy color: '#300C3D'

red 48 ◦ green 12 ◦ blue 61

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

Shades of Blackcurrant #300C3D

Tints of Blackcurrant #300C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 50.41%

R = 39.67%
G = 9.92%
B = 50.41%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#300C3D (or 0x300C3D) is known color: Blackcurrant. HEX triplet: 30, 0C and 3D. RGB value is (48,12,61). Sum of RGB (Red+Green+Blue) = 48+12+61=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #300C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C3D is #CFF3C2. Grayscale: #1C1C1C. Windows color (decimal): -13628355 or 4000816. OLE color: 4000816.

HSL color Cylindrical-coordinate representation of color #300C3D: hue angle of 284.08º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #300C3D is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 12 61 -
CMYK 0.21 0.80 0 0.76
HSL 284.08º 0.67% 0.14% -
HSV(B) 284.08º 0.8% 0.24% -
XYZ 2.19 1.23 4.54 -
YUV 28.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 48 12 61 0.21 0.80 0 0.76 284.08 0.67 0.14
Hex 30 C 3D 15 50 0 4C 11C 43 E
Octal 60 14 75 25 120 0 114 434 103 16
Binary 110000 1100 111101 10101 1010000 0 1001100 100011100 1000011 1110

Color Harmonies of #300C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C3D

Black with #300C3D

Text Example


Text Example

White with #300C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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