Html Css Color HEX #360342 Blackcurrant

📋 copy color: '#360342'

red 54 ◦ green 3 ◦ blue 66

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

Shades of Blackcurrant #360342

Tints of Blackcurrant #360342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 53.66%

R = 43.9%
G = 2.44%
B = 53.66%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#360342 (or 0x360342) is known color: Blackcurrant. HEX triplet: 36, 03 and 42. RGB value is (54,3,66). Sum of RGB (Red+Green+Blue) = 54+3+66=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #360342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360342 is #C9FCBD. Grayscale: #191919. Windows color (decimal): -13237438 or 4326198. OLE color: 4326198.

HSL color Cylindrical-coordinate representation of color #360342: hue angle of 288.57º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360342 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 3 66 -
CMYK 0.18 0.95 0 0.74
HSL 288.57º 0.91% 0.14% -
HSV(B) 288.57º 0.95% 0.26% -
XYZ 2.54 1.24 5.26 -
YUV 25.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 54 3 66 0.18 0.95 0 0.74 288.57 0.91 0.14
Hex 36 3 42 12 5F 0 4A 121 5B E
Octal 66 3 102 22 137 0 112 441 133 16
Binary 110110 11 1000010 10010 1011111 0 1001010 100100001 1011011 1110

Color Harmonies of #360342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360342

Black with #360342

Text Example


Text Example

White with #360342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360342; }

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

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

background-color css

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

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

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

border-color css

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

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

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