Html Css Color HEX #360450 Blackcurrant

📋 copy color: '#360450'

red 54 ◦ green 4 ◦ blue 80

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

Shades of Blackcurrant #360450

Tints of Blackcurrant #360450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 57.97%

R = 39.13%
G = 2.9%
B = 57.97%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#360450 (or 0x360450) is known color: Blackcurrant. HEX triplet: 36, 04 and 50. RGB value is (54,4,80). Sum of RGB (Red+Green+Blue) = 54+4+80=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #360450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360450 is #C9FBAF. Grayscale: #1B1B1B. Windows color (decimal): -13237168 or 5243958. OLE color: 5243958.

HSL color Cylindrical-coordinate representation of color #360450: hue angle of 279.47º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360450 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 4 80 -
CMYK 0.33 0.95 0 0.69
HSL 279.47º 0.9% 0.16% -
HSV(B) 279.47º 0.95% 0.31% -
XYZ 3.01 1.45 7.71 -
YUV 27.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 54 4 80 0.33 0.95 0 0.69 279.47 0.9 0.16
Hex 36 4 50 21 5F 0 45 117 5A 10
Octal 66 4 120 41 137 0 105 427 132 20
Binary 110110 100 1010000 100001 1011111 0 1000101 100010111 1011010 10000

Color Harmonies of #360450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360450

Black with #360450

Text Example


Text Example

White with #360450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360450; }

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

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

background-color css

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

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

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

border-color css

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

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

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