Html Css Color HEX #361248 Blackcurrant

📋 copy color: '#361248'

red 54 ◦ green 18 ◦ blue 72

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

Shades of Blackcurrant #361248

Tints of Blackcurrant #361248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

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

R = 37.5%
G = 12.5%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#361248 (or 0x361248) is known color: Blackcurrant. HEX triplet: 36, 12 and 48. RGB value is (54,18,72). Sum of RGB (Red+Green+Blue) = 54+18+72=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #361248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361248 is #C9EDB7. Grayscale: #222222. Windows color (decimal): -13233592 or 4723254. OLE color: 4723254.

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

Color convert

RGB 54 18 72 -
CMYK 0.25 0.75 0 0.72
HSL 280º 0.6% 0.18% -
HSV(B) 280º 0.75% 0.28% -
XYZ 2.91 1.68 6.3 -
YUV 34.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 54 18 72 0.25 0.75 0 0.72 280 0.6 0.18
Hex 36 12 48 19 4B 0 48 118 3C 12
Octal 66 22 110 31 113 0 110 430 74 22
Binary 110110 10010 1001000 11001 1001011 0 1001000 100011000 111100 10010

Color Harmonies of #361248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361248

Black with #361248

Text Example


Text Example

White with #361248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361248; }

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

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

background-color css

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

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

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

border-color css

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

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

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