Html Css Color HEX #302041 Blackcurrant

📋 copy color: '#302041'

red 48 ◦ green 32 ◦ blue 65

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

Shades of Blackcurrant #302041

Tints of Blackcurrant #302041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

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

R = 33.1%
G = 22.07%
B = 44.83%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#302041 (or 0x302041) is known color: Blackcurrant. HEX triplet: 30, 20 and 41. RGB value is (48,32,65). Sum of RGB (Red+Green+Blue) = 48+32+65=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #302041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302041 is #CFDFBE. Grayscale: #282828. Windows color (decimal): -13623231 or 4268080. OLE color: 4268080.

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

Color convert

RGB 48 32 65 -
CMYK 0.26 0.51 0 0.75
HSL 269.09º 0.34% 0.19% -
HSV(B) 269.09º 0.51% 0.25% -
XYZ 2.69 2.04 5.25 -
YUV 40.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 48 32 65 0.26 0.51 0 0.75 269.09 0.34 0.19
Hex 30 20 41 1A 33 0 4B 10D 22 13
Octal 60 40 101 32 63 0 113 415 42 23
Binary 110000 100000 1000001 11010 110011 0 1001011 100001101 100010 10011

Color Harmonies of #302041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302041

Black with #302041

Text Example


Text Example

White with #302041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302041; }

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

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

background-color css

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

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

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

border-color css

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

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

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