Html Css Color HEX #36153D Blackcurrant

📋 copy color: '#36153D'

red 54 ◦ green 21 ◦ blue 61

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

Shades of Blackcurrant #36153D

Tints of Blackcurrant #36153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

 BLUE value IS 61 (24.22% from 255) = 44.85%

R = 39.71%
G = 15.44%
B = 44.85%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36153D (or 0x36153D) is known color: Blackcurrant. HEX triplet: 36, 15 and 3D. RGB value is (54,21,61). Sum of RGB (Red+Green+Blue) = 54+21+61=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #36153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36153D is #C9EAC2. Grayscale: #232323. Windows color (decimal): -13232835 or 4003126. OLE color: 4003126.

HSL color Cylindrical-coordinate representation of color #36153D: hue angle of 289.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36153D is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 21 61 -
CMYK 0.11 0.66 0 0.76
HSL 289.5º 0.49% 0.16% -
HSV(B) 289.5º 0.66% 0.24% -
XYZ 2.63 1.66 4.6 -
YUV 35.43 142.43 141.25 -
System Red Green Blue C M Y K H S L
Decimal 54 21 61 0.11 0.66 0 0.76 289.5 0.49 0.16
Hex 36 15 3D B 42 0 4C 122 31 10
Octal 66 25 75 13 102 0 114 442 61 20
Binary 110110 10101 111101 1011 1000010 0 1001100 100100010 110001 10000

Color Harmonies of #36153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36153D

Black with #36153D

Text Example


Text Example

White with #36153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36153D; }

 p { color: rgb(54,21,61); }

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

background-color css

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

 a { background-color: rgb(54,21,61); }

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

border-color css

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

 span { border-color: rgb(54,21,61); }

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