Html Css Color HEX #361348 Blackcurrant

📋 copy color: '#361348'

red 54 ◦ green 19 ◦ blue 72

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

Shades of Blackcurrant #361348

Tints of Blackcurrant #361348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

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

R = 37.24%
G = 13.1%
B = 49.66%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#361348 (or 0x361348) is known color: Blackcurrant. HEX triplet: 36, 13 and 48. RGB value is (54,19,72). Sum of RGB (Red+Green+Blue) = 54+19+72=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #361348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361348 is #C9ECB7. Grayscale: #232323. Windows color (decimal): -13233336 or 4723510. OLE color: 4723510.

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

Color convert

RGB 54 19 72 -
CMYK 0.25 0.74 0 0.72
HSL 279.62º 0.58% 0.18% -
HSV(B) 279.62º 0.74% 0.28% -
XYZ 2.92 1.72 6.31 -
YUV 35.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 54 19 72 0.25 0.74 0 0.72 279.62 0.58 0.18
Hex 36 13 48 19 4A 0 48 118 3A 12
Octal 66 23 110 31 112 0 110 430 72 22
Binary 110110 10011 1001000 11001 1001010 0 1001000 100011000 111010 10010

Color Harmonies of #361348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361348

Black with #361348

Text Example


Text Example

White with #361348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361348; }

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

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

background-color css

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

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

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

border-color css

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

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

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