Html Css Color HEX #36103D Blackcurrant

📋 copy color: '#36103D'

red 54 ◦ green 16 ◦ blue 61

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

Shades of Blackcurrant #36103D

Tints of Blackcurrant #36103D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

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

R = 41.22%
G = 12.21%
B = 46.56%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36103D (or 0x36103D) is known color: Blackcurrant. HEX triplet: 36, 10 and 3D. RGB value is (54,16,61). Sum of RGB (Red+Green+Blue) = 54+16+61=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #36103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36103D is #C9EFC2. Grayscale: #202020. Windows color (decimal): -13234115 or 4001846. OLE color: 4001846.

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

Color convert

RGB 54 16 61 -
CMYK 0.11 0.74 0 0.76
HSL 290.67º 0.58% 0.15% -
HSV(B) 290.67º 0.74% 0.24% -
XYZ 2.55 1.49 4.57 -
YUV 32.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 54 16 61 0.11 0.74 0 0.76 290.67 0.58 0.15
Hex 36 10 3D B 4A 0 4C 123 3A F
Octal 66 20 75 13 112 0 114 443 72 17
Binary 110110 10000 111101 1011 1001010 0 1001100 100100011 111010 1111

Color Harmonies of #36103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36103D

Black with #36103D

Text Example


Text Example

White with #36103D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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