Html Css Color HEX #361048 Blackcurrant

📋 copy color: '#361048'

red 54 ◦ green 16 ◦ blue 72

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

Shades of Blackcurrant #361048

Tints of Blackcurrant #361048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.27%

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

R = 38.03%
G = 11.27%
B = 50.7%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#361048 (or 0x361048) is known color: Blackcurrant. HEX triplet: 36, 10 and 48. RGB value is (54,16,72). Sum of RGB (Red+Green+Blue) = 54+16+72=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #361048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361048 is #C9EFB7. Grayscale: #212121. Windows color (decimal): -13234104 or 4722742. OLE color: 4722742.

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

Color convert

RGB 54 16 72 -
CMYK 0.25 0.78 0 0.72
HSL 280.71º 0.64% 0.17% -
HSV(B) 280.71º 0.78% 0.28% -
XYZ 2.88 1.62 6.29 -
YUV 33.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 54 16 72 0.25 0.78 0 0.72 280.71 0.64 0.17
Hex 36 10 48 19 4E 0 48 119 40 11
Octal 66 20 110 31 116 0 110 431 100 21
Binary 110110 10000 1001000 11001 1001110 0 1001000 100011001 1000000 10001

Color Harmonies of #361048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361048

Black with #361048

Text Example


Text Example

White with #361048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361048; }

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

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

background-color css

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

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

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

border-color css

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

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

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