Html Css Color HEX #301641 Blackcurrant

📋 copy color: '#301641'

red 48 ◦ green 22 ◦ blue 65

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

Shades of Blackcurrant #301641

Tints of Blackcurrant #301641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

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

R = 35.56%
G = 16.3%
B = 48.15%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301641 (or 0x301641) is known color: Blackcurrant. HEX triplet: 30, 16 and 41. RGB value is (48,22,65). Sum of RGB (Red+Green+Blue) = 48+22+65=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #301641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301641 is #CFE9BE. Grayscale: #222222. Windows color (decimal): -13625791 or 4265520. OLE color: 4265520.

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

Color convert

RGB 48 22 65 -
CMYK 0.26 0.66 0 0.75
HSL 276.28º 0.49% 0.17% -
HSV(B) 276.28º 0.66% 0.25% -
XYZ 2.46 1.58 5.18 -
YUV 34.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 48 22 65 0.26 0.66 0 0.75 276.28 0.49 0.17
Hex 30 16 41 1A 42 0 4B 114 31 11
Octal 60 26 101 32 102 0 113 424 61 21
Binary 110000 10110 1000001 11010 1000010 0 1001011 100010100 110001 10001

Color Harmonies of #301641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301641

Black with #301641

Text Example


Text Example

White with #301641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301641; }

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

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

background-color css

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

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

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

border-color css

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

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

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