Html Css Color HEX #300F41 Blackcurrant

📋 copy color: '#300F41'

red 48 ◦ green 15 ◦ blue 65

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

Shades of Blackcurrant #300F41

Tints of Blackcurrant #300F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 50.78%

R = 37.5%
G = 11.72%
B = 50.78%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#300F41 (or 0x300F41) is known color: Blackcurrant. HEX triplet: 30, 0F and 41. RGB value is (48,15,65). Sum of RGB (Red+Green+Blue) = 48+15+65=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #300F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F41 is #CFF0BE. Grayscale: #1E1E1E. Windows color (decimal): -13627583 or 4263728. OLE color: 4263728.

HSL color Cylindrical-coordinate representation of color #300F41: hue angle of 279.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300F41 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 15 65 -
CMYK 0.26 0.77 0 0.75
HSL 279.6º 0.63% 0.16% -
HSV(B) 279.6º 0.77% 0.25% -
XYZ 2.34 1.35 5.14 -
YUV 30.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 48 15 65 0.26 0.77 0 0.75 279.6 0.63 0.16
Hex 30 F 41 1A 4D 0 4B 118 3E 10
Octal 60 17 101 32 115 0 113 430 76 20
Binary 110000 1111 1000001 11010 1001101 0 1001011 100011000 111110 10000

Color Harmonies of #300F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F41

Black with #300F41

Text Example


Text Example

White with #300F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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