Html Css Color HEX #36253F Blackcurrant

📋 copy color: '#36253F'

red 54 ◦ green 37 ◦ blue 63

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

Shades of Blackcurrant #36253F

Tints of Blackcurrant #36253F

RGB

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

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

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

R = 35.06%
G = 24.03%
B = 40.91%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#36253F (or 0x36253F) is known color: Blackcurrant. HEX triplet: 36, 25 and 3F. RGB value is (54,37,63). Sum of RGB (Red+Green+Blue) = 54+37+63=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 63 - color contains mainly: blue. Hex color #36253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36253F is #C9DAC0. Grayscale: #2C2C2C. Windows color (decimal): -13228737 or 4138294. OLE color: 4138294.

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

Color convert

RGB 54 37 63 -
CMYK 0.14 0.41 0 0.75
HSL 279.23º 0.26% 0.2% -
HSV(B) 279.23º 0.41% 0.25% -
XYZ 3.08 2.47 5.02 -
YUV 45.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 54 37 63 0.14 0.41 0 0.75 279.23 0.26 0.2
Hex 36 25 3F E 29 0 4B 117 1A 14
Octal 66 45 77 16 51 0 113 427 32 24
Binary 110110 100101 111111 1110 101001 0 1001011 100010111 11010 10100

Color Harmonies of #36253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36253F

Black with #36253F

Text Example


Text Example

White with #36253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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