Html Css Color HEX #301B41 Blackcurrant

📋 copy color: '#301B41'

red 48 ◦ green 27 ◦ blue 65

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

Shades of Blackcurrant #301B41

Tints of Blackcurrant #301B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.29%

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

R = 34.29%
G = 19.29%
B = 46.43%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301B41 (or 0x301B41) is known color: Blackcurrant. HEX triplet: 30, 1B and 41. RGB value is (48,27,65). Sum of RGB (Red+Green+Blue) = 48+27+65=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #301B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B41 is #CFE4BE. Grayscale: #252525. Windows color (decimal): -13624511 or 4266800. OLE color: 4266800.

HSL color Cylindrical-coordinate representation of color #301B41: hue angle of 273.16º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #301B41 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 27 65 -
CMYK 0.26 0.58 0 0.75
HSL 273.16º 0.41% 0.18% -
HSV(B) 273.16º 0.58% 0.25% -
XYZ 2.56 1.79 5.21 -
YUV 37.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 48 27 65 0.26 0.58 0 0.75 273.16 0.41 0.18
Hex 30 1B 41 1A 3A 0 4B 111 29 12
Octal 60 33 101 32 72 0 113 421 51 22
Binary 110000 11011 1000001 11010 111010 0 1001011 100010001 101001 10010

Color Harmonies of #301B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B41

Black with #301B41

Text Example


Text Example

White with #301B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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