Html Css Color HEX #361948 Blackcurrant

📋 copy color: '#361948'

red 54 ◦ green 25 ◦ blue 72

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

Shades of Blackcurrant #361948

Tints of Blackcurrant #361948

RGB

 RED value IS 54 (21.48% from 255) = 35.76%

 GREEN value IS 25 (10.16% from 255) = 16.56%

 BLUE value IS 72 (28.52% from 255) = 47.68%

R = 35.76%
G = 16.56%
B = 47.68%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#361948 (or 0x361948) is known color: Blackcurrant. HEX triplet: 36, 19 and 48. RGB value is (54,25,72). Sum of RGB (Red+Green+Blue) = 54+25+72=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #361948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361948 is #C9E6B7. Grayscale: #262626. Windows color (decimal): -13231800 or 4725046. OLE color: 4725046.

HSL color Cylindrical-coordinate representation of color #361948: hue angle of 277.02º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #361948 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 25 72 -
CMYK 0.25 0.65 0 0.72
HSL 277.02º 0.48% 0.19% -
HSV(B) 277.02º 0.65% 0.28% -
XYZ 3.04 1.95 6.35 -
YUV 39.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 54 25 72 0.25 0.65 0 0.72 277.02 0.48 0.19
Hex 36 19 48 19 41 0 48 115 30 13
Octal 66 31 110 31 101 0 110 425 60 23
Binary 110110 11001 1001000 11001 1000001 0 1001000 100010101 110000 10011

Color Harmonies of #361948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361948

Black with #361948

Text Example


Text Example

White with #361948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361948; }

 p { color: rgb(54,25,72); }

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

background-color css

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

 a { background-color: rgb(54,25,72); }

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

border-color css

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

 span { border-color: rgb(54,25,72); }

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