Html Css Color HEX #360348 Blackcurrant

📋 copy color: '#360348'

red 54 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #360348

Tints of Blackcurrant #360348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.33%

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

R = 41.86%
G = 2.33%
B = 55.81%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#360348 (or 0x360348) is known color: Blackcurrant. HEX triplet: 36, 03 and 48. RGB value is (54,3,72). Sum of RGB (Red+Green+Blue) = 54+3+72=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #360348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360348 is #C9FCB7. Grayscale: #191919. Windows color (decimal): -13237432 or 4719414. OLE color: 4719414.

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

Color convert

RGB 54 3 72 -
CMYK 0.25 0.96 0 0.72
HSL 284.35º 0.92% 0.15% -
HSV(B) 284.35º 0.96% 0.28% -
XYZ 2.72 1.32 6.24 -
YUV 26.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 54 3 72 0.25 0.96 0 0.72 284.35 0.92 0.15
Hex 36 3 48 19 60 0 48 11C 5C F
Octal 66 3 110 31 140 0 110 434 134 17
Binary 110110 11 1001000 11001 1100000 0 1001000 100011100 1011100 1111

Color Harmonies of #360348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360348

Black with #360348

Text Example


Text Example

White with #360348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360348; }

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

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

background-color css

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

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

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

border-color css

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

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

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