Html Css Color HEX #300F3D Blackcurrant

📋 copy color: '#300F3D'

red 48 ◦ green 15 ◦ blue 61

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

Shades of Blackcurrant #300F3D

Tints of Blackcurrant #300F3D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.1%

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

R = 38.71%
G = 12.1%
B = 49.19%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#300F3D (or 0x300F3D) is known color: Blackcurrant. HEX triplet: 30, 0F and 3D. RGB value is (48,15,61). Sum of RGB (Red+Green+Blue) = 48+15+61=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #300F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F3D is #CFF0C2. Grayscale: #1D1D1D. Windows color (decimal): -13627587 or 4001584. OLE color: 4001584.

HSL color Cylindrical-coordinate representation of color #300F3D: hue angle of 283.04º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300F3D is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 15 61 -
CMYK 0.21 0.75 0 0.76
HSL 283.04º 0.61% 0.15% -
HSV(B) 283.04º 0.75% 0.24% -
XYZ 2.23 1.31 4.55 -
YUV 30.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 48 15 61 0.21 0.75 0 0.76 283.04 0.61 0.15
Hex 30 F 3D 15 4B 0 4C 11B 3D F
Octal 60 17 75 25 113 0 114 433 75 17
Binary 110000 1111 111101 10101 1001011 0 1001100 100011011 111101 1111

Color Harmonies of #300F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F3D

Black with #300F3D

Text Example


Text Example

White with #300F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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