Html Css Color HEX #36253D Blackcurrant

📋 copy color: '#36253D'

red 54 ◦ green 37 ◦ blue 61

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

Shades of Blackcurrant #36253D

Tints of Blackcurrant #36253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.34%

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

R = 35.53%
G = 24.34%
B = 40.13%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36253D (or 0x36253D) is known color: Blackcurrant. HEX triplet: 36, 25 and 3D. RGB value is (54,37,61). Sum of RGB (Red+Green+Blue) = 54+37+61=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #36253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36253D is #C9DAC2. Grayscale: #2C2C2C. Windows color (decimal): -13228739 or 4007222. OLE color: 4007222.

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

Color convert

RGB 54 37 61 -
CMYK 0.11 0.39 0 0.76
HSL 282.5º 0.24% 0.19% -
HSV(B) 282.5º 0.39% 0.24% -
XYZ 3.03 2.44 4.73 -
YUV 44.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 54 37 61 0.11 0.39 0 0.76 282.5 0.24 0.19
Hex 36 25 3D B 27 0 4C 11A 18 13
Octal 66 45 75 13 47 0 114 432 30 23
Binary 110110 100101 111101 1011 100111 0 1001100 100011010 11000 10011

Color Harmonies of #36253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36253D

Black with #36253D

Text Example


Text Example

White with #36253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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