Html Css Color HEX #36233C Blackcurrant

📋 copy color: '#36233C'

red 54 ◦ green 35 ◦ blue 60

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

Shades of Blackcurrant #36233C

Tints of Blackcurrant #36233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.49%

 BLUE value IS 60 (23.83% from 255) = 40.27%

R = 36.24%
G = 23.49%
B = 40.27%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36233C (or 0x36233C) is known color: Blackcurrant. HEX triplet: 36, 23 and 3C. RGB value is (54,35,60). Sum of RGB (Red+Green+Blue) = 54+35+60=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 60 - color contains mainly: blue. Hex color #36233C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36233C is #C9DCC3. Grayscale: #2B2B2B. Windows color (decimal): -13229252 or 3941174. OLE color: 3941174.

HSL color Cylindrical-coordinate representation of color #36233C: hue angle of 285.6º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36233C is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 35 60 -
CMYK 0.10 0.42 0 0.76
HSL 285.6º 0.26% 0.19% -
HSV(B) 285.6º 0.42% 0.24% -
XYZ 2.94 2.31 4.57 -
YUV 43.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 54 35 60 0.10 0.42 0 0.76 285.6 0.26 0.19
Hex 36 23 3C A 2A 0 4C 11E 1A 13
Octal 66 43 74 12 52 0 114 436 32 23
Binary 110110 100011 111100 1010 101010 0 1001100 100011110 11010 10011

Color Harmonies of #36233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36233C

Black with #36233C

Text Example


Text Example

White with #36233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36233C; }

 p { color: rgb(54,35,60); }

 H1.HeaderClassName
 {
   color: #36233C;
 }
 .AnyTagClassName
 {
   color: #36233C;
 }
</style>

background-color css

<style>
 a { background-color: #36233C; }

 a { background-color: rgb(54,35,60); }

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

border-color css

<style>
 span { border-color: #36233C; }

 span { border-color: rgb(54,35,60); }

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