Html Css Color HEX #361148 Blackcurrant

📋 copy color: '#361148'

red 54 ◦ green 17 ◦ blue 72

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

Shades of Blackcurrant #361148

Tints of Blackcurrant #361148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.89%

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

R = 37.76%
G = 11.89%
B = 50.35%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#361148 (or 0x361148) is known color: Blackcurrant. HEX triplet: 36, 11 and 48. RGB value is (54,17,72). Sum of RGB (Red+Green+Blue) = 54+17+72=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #361148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361148 is #C9EEB7. Grayscale: #222222. Windows color (decimal): -13233848 or 4722998. OLE color: 4722998.

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

Color convert

RGB 54 17 72 -
CMYK 0.25 0.76 0 0.72
HSL 280.36º 0.62% 0.17% -
HSV(B) 280.36º 0.76% 0.28% -
XYZ 2.89 1.65 6.3 -
YUV 34.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 54 17 72 0.25 0.76 0 0.72 280.36 0.62 0.17
Hex 36 11 48 19 4C 0 48 118 3E 11
Octal 66 21 110 31 114 0 110 430 76 21
Binary 110110 10001 1001000 11001 1001100 0 1001000 100011000 111110 10001

Color Harmonies of #361148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361148

Black with #361148

Text Example


Text Example

White with #361148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361148; }

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

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

background-color css

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

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

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

border-color css

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

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

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