Html Css Color HEX #360341 Blackcurrant

📋 copy color: '#360341'

red 54 ◦ green 3 ◦ blue 65

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

Shades of Blackcurrant #360341

Tints of Blackcurrant #360341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 53.28%

R = 44.26%
G = 2.46%
B = 53.28%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360341 (or 0x360341) is known color: Blackcurrant. HEX triplet: 36, 03 and 41. RGB value is (54,3,65). Sum of RGB (Red+Green+Blue) = 54+3+65=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #360341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360341 is #C9FCBE. Grayscale: #191919. Windows color (decimal): -13237439 or 4260662. OLE color: 4260662.

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

Color convert

RGB 54 3 65 -
CMYK 0.17 0.95 0 0.75
HSL 289.35º 0.91% 0.13% -
HSV(B) 289.35º 0.95% 0.25% -
XYZ 2.51 1.23 5.11 -
YUV 25.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 54 3 65 0.17 0.95 0 0.75 289.35 0.91 0.13
Hex 36 3 41 11 5F 0 4B 121 5B D
Octal 66 3 101 21 137 0 113 441 133 15
Binary 110110 11 1000001 10001 1011111 0 1001011 100100001 1011011 1101

Color Harmonies of #360341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360341

Black with #360341

Text Example


Text Example

White with #360341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360341; }

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

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

background-color css

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

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

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

border-color css

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

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

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