Html Css Color HEX #36213F Blackcurrant

📋 copy color: '#36213F'

red 54 ◦ green 33 ◦ blue 63

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

Shades of Blackcurrant #36213F

Tints of Blackcurrant #36213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22%

 BLUE value IS 63 (25% from 255) = 42%

R = 36%
G = 22%
B = 42%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#36213F (or 0x36213F) is known color: Blackcurrant. HEX triplet: 36, 21 and 3F. RGB value is (54,33,63). Sum of RGB (Red+Green+Blue) = 54+33+63=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #36213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36213F is #C9DEC0. Grayscale: #2A2A2A. Windows color (decimal): -13229761 or 4137270. OLE color: 4137270.

HSL color Cylindrical-coordinate representation of color #36213F: hue angle of 282º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36213F is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 33 63 -
CMYK 0.14 0.48 0 0.75
HSL 282º 0.31% 0.19% -
HSV(B) 282º 0.48% 0.25% -
XYZ 2.96 2.23 4.98 -
YUV 42.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 54 33 63 0.14 0.48 0 0.75 282 0.31 0.19
Hex 36 21 3F E 30 0 4B 11A 1F 13
Octal 66 41 77 16 60 0 113 432 37 23
Binary 110110 100001 111111 1110 110000 0 1001011 100011010 11111 10011

Color Harmonies of #36213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36213F

Black with #36213F

Text Example


Text Example

White with #36213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36213F; }

 p { color: rgb(54,33,63); }

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

background-color css

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

 a { background-color: rgb(54,33,63); }

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

border-color css

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

 span { border-color: rgb(54,33,63); }

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