Html Css Color HEX #361345 Blackcurrant

📋 copy color: '#361345'

red 54 ◦ green 19 ◦ blue 69

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

Shades of Blackcurrant #361345

Tints of Blackcurrant #361345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

 BLUE value IS 69 (27.34% from 255) = 48.59%

R = 38.03%
G = 13.38%
B = 48.59%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#361345 (or 0x361345) is known color: Blackcurrant. HEX triplet: 36, 13 and 45. RGB value is (54,19,69). Sum of RGB (Red+Green+Blue) = 54+19+69=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #361345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361345 is #C9ECBA. Grayscale: #232323. Windows color (decimal): -13233339 or 4526902. OLE color: 4526902.

HSL color Cylindrical-coordinate representation of color #361345: hue angle of 282º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #361345 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 19 69 -
CMYK 0.22 0.72 0 0.73
HSL 282º 0.57% 0.17% -
HSV(B) 282º 0.72% 0.27% -
XYZ 2.83 1.68 5.81 -
YUV 35.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 54 19 69 0.22 0.72 0 0.73 282 0.57 0.17
Hex 36 13 45 16 48 0 49 11A 39 11
Octal 66 23 105 26 110 0 111 432 71 21
Binary 110110 10011 1000101 10110 1001000 0 1001001 100011010 111001 10001

Color Harmonies of #361345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361345

Black with #361345

Text Example


Text Example

White with #361345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361345; }

 p { color: rgb(54,19,69); }

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

background-color css

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

 a { background-color: rgb(54,19,69); }

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

border-color css

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

 span { border-color: rgb(54,19,69); }

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