Html Css Color HEX #36253E Blackcurrant

📋 copy color: '#36253E'

red 54 ◦ green 37 ◦ blue 62

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

Shades of Blackcurrant #36253E

Tints of Blackcurrant #36253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40.52%

R = 35.29%
G = 24.18%
B = 40.52%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36253E (or 0x36253E) is known color: Blackcurrant. HEX triplet: 36, 25 and 3E. RGB value is (54,37,62). Sum of RGB (Red+Green+Blue) = 54+37+62=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 62 - color contains mainly: blue. Hex color #36253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36253E is #C9DAC1. Grayscale: #2C2C2C. Windows color (decimal): -13228738 or 4072758. OLE color: 4072758.

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

Color convert

RGB 54 37 62 -
CMYK 0.13 0.40 0 0.76
HSL 280.8º 0.25% 0.19% -
HSV(B) 280.8º 0.4% 0.24% -
XYZ 3.05 2.46 4.87 -
YUV 44.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 54 37 62 0.13 0.40 0 0.76 280.8 0.25 0.19
Hex 36 25 3E D 28 0 4C 119 19 13
Octal 66 45 76 15 50 0 114 431 31 23
Binary 110110 100101 111110 1101 101000 0 1001100 100011001 11001 10011

Color Harmonies of #36253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36253E

Black with #36253E

Text Example


Text Example

White with #36253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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