Html Css Color HEX #300241 Blackcurrant

📋 copy color: '#300241'

red 48 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #300241

Tints of Blackcurrant #300241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.74%

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

R = 41.74%
G = 1.74%
B = 56.52%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#300241 (or 0x300241) is known color: Blackcurrant. HEX triplet: 30, 02 and 41. RGB value is (48,2,65). Sum of RGB (Red+Green+Blue) = 48+2+65=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #300241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300241 is #CFFDBE. Grayscale: #161616. Windows color (decimal): -13630911 or 4260400. OLE color: 4260400.

HSL color Cylindrical-coordinate representation of color #300241: hue angle of 283.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #300241 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 2 65 -
CMYK 0.26 0.97 0 0.75
HSL 283.81º 0.94% 0.13% -
HSV(B) 283.81º 0.97% 0.25% -
XYZ 2.19 1.05 5.09 -
YUV 22.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 48 2 65 0.26 0.97 0 0.75 283.81 0.94 0.13
Hex 30 2 41 1A 61 0 4B 11C 5E D
Octal 60 2 101 32 141 0 113 434 136 15
Binary 110000 10 1000001 11010 1100001 0 1001011 100011100 1011110 1101

Color Harmonies of #300241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300241

Black with #300241

Text Example


Text Example

White with #300241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300241; }

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

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

background-color css

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

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

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

border-color css

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

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

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