Html Css Color HEX #360E53 Blackcurrant

📋 copy color: '#360E53'

red 54 ◦ green 14 ◦ blue 83

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

Shades of Blackcurrant #360E53

Tints of Blackcurrant #360E53

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.27%

 BLUE value IS 83 (32.81% from 255) = 54.97%

R = 35.76%
G = 9.27%
B = 54.97%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#360E53 (or 0x360E53) is known color: Blackcurrant. HEX triplet: 36, 0E and 53. RGB value is (54,14,83). Sum of RGB (Red+Green+Blue) = 54+14+83=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #360E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360E53 is #C9F1AC. Grayscale: #212121. Windows color (decimal): -13234605 or 5443126. OLE color: 5443126.

HSL color Cylindrical-coordinate representation of color #360E53: hue angle of 274.78º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #360E53 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 14 83 -
CMYK 0.35 0.83 0 0.67
HSL 274.78º 0.71% 0.19% -
HSV(B) 274.78º 0.83% 0.33% -
XYZ 3.24 1.72 8.35 -
YUV 33.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 54 14 83 0.35 0.83 0 0.67 274.78 0.71 0.19
Hex 36 E 53 23 53 0 43 113 47 13
Octal 66 16 123 43 123 0 103 423 107 23
Binary 110110 1110 1010011 100011 1010011 0 1000011 100010011 1000111 10011

Color Harmonies of #360E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360E53

Black with #360E53

Text Example


Text Example

White with #360E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360E53; }

 p { color: rgb(54,14,83); }

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

background-color css

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

 a { background-color: rgb(54,14,83); }

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

border-color css

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

 span { border-color: rgb(54,14,83); }

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