Html Css Color HEX #301841 Blackcurrant

📋 copy color: '#301841'

red 48 ◦ green 24 ◦ blue 65

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

Shades of Blackcurrant #301841

Tints of Blackcurrant #301841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.52%

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

R = 35.04%
G = 17.52%
B = 47.45%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301841 (or 0x301841) is known color: Blackcurrant. HEX triplet: 30, 18 and 41. RGB value is (48,24,65). Sum of RGB (Red+Green+Blue) = 48+24+65=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #301841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301841 is #CFE7BE. Grayscale: #232323. Windows color (decimal): -13625279 or 4266032. OLE color: 4266032.

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

Color convert

RGB 48 24 65 -
CMYK 0.26 0.63 0 0.75
HSL 275.12º 0.46% 0.17% -
HSV(B) 275.12º 0.63% 0.25% -
XYZ 2.5 1.66 5.19 -
YUV 35.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 48 24 65 0.26 0.63 0 0.75 275.12 0.46 0.17
Hex 30 18 41 1A 3F 0 4B 113 2E 11
Octal 60 30 101 32 77 0 113 423 56 21
Binary 110000 11000 1000001 11010 111111 0 1001011 100010011 101110 10001

Color Harmonies of #301841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301841

Black with #301841

Text Example


Text Example

White with #301841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301841; }

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

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

background-color css

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

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

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

border-color css

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

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

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