Html Css Color HEX #361448 Blackcurrant

📋 copy color: '#361448'

red 54 ◦ green 20 ◦ blue 72

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

Shades of Blackcurrant #361448

Tints of Blackcurrant #361448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

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

R = 36.99%
G = 13.7%
B = 49.32%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#361448 (or 0x361448) is known color: Blackcurrant. HEX triplet: 36, 14 and 48. RGB value is (54,20,72). Sum of RGB (Red+Green+Blue) = 54+20+72=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #361448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361448 is #C9EBB7. Grayscale: #232323. Windows color (decimal): -13233080 or 4723766. OLE color: 4723766.

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

Color convert

RGB 54 20 72 -
CMYK 0.25 0.72 0 0.72
HSL 279.23º 0.57% 0.18% -
HSV(B) 279.23º 0.72% 0.28% -
XYZ 2.94 1.75 6.31 -
YUV 36.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 54 20 72 0.25 0.72 0 0.72 279.23 0.57 0.18
Hex 36 14 48 19 48 0 48 117 39 12
Octal 66 24 110 31 110 0 110 427 71 22
Binary 110110 10100 1001000 11001 1001000 0 1001000 100010111 111001 10010

Color Harmonies of #361448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361448

Black with #361448

Text Example


Text Example

White with #361448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361448; }

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

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

background-color css

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

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

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

border-color css

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

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

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