Html Css Color HEX #360452 Blackcurrant

📋 copy color: '#360452'

red 54 ◦ green 4 ◦ blue 82

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

Shades of Blackcurrant #360452

Tints of Blackcurrant #360452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

 BLUE value IS 82 (32.42% from 255) = 58.57%

R = 38.57%
G = 2.86%
B = 58.57%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#360452 (or 0x360452) is known color: Blackcurrant. HEX triplet: 36, 04 and 52. RGB value is (54,4,82). Sum of RGB (Red+Green+Blue) = 54+4+82=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #360452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360452 is #C9FBAD. Grayscale: #1B1B1B. Windows color (decimal): -13237166 or 5375030. OLE color: 5375030.

HSL color Cylindrical-coordinate representation of color #360452: hue angle of 278.46º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360452 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 4 82 -
CMYK 0.34 0.95 0 0.68
HSL 278.46º 0.91% 0.17% -
HSV(B) 278.46º 0.95% 0.32% -
XYZ 3.09 1.48 8.11 -
YUV 27.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 54 4 82 0.34 0.95 0 0.68 278.46 0.91 0.17
Hex 36 4 52 22 5F 0 44 116 5B 11
Octal 66 4 122 42 137 0 104 426 133 21
Binary 110110 100 1010010 100010 1011111 0 1000100 100010110 1011011 10001

Color Harmonies of #360452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360452

Black with #360452

Text Example


Text Example

White with #360452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360452; }

 p { color: rgb(54,4,82); }

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

background-color css

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

 a { background-color: rgb(54,4,82); }

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

border-color css

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

 span { border-color: rgb(54,4,82); }

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