Html Css Color HEX #231536 Blackcurrant

📋 copy color: '#231536'

red 35 ◦ green 21 ◦ blue 54

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

Shades of Blackcurrant #231536

Tints of Blackcurrant #231536

RGB

 RED value IS 35 (14.06% from 255) = 31.82%

 GREEN value IS 21 (8.59% from 255) = 19.09%

 BLUE value IS 54 (21.48% from 255) = 49.09%

R = 31.82%
G = 19.09%
B = 49.09%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#231536 (or 0x231536) is known color: Blackcurrant. HEX triplet: 23, 15 and 36. RGB value is (35,21,54). Sum of RGB (Red+Green+Blue) = 35+21+54=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #231536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231536 is #DCEAC9. Grayscale: #1C1C1C. Windows color (decimal): -14478026 or 3544355. OLE color: 3544355.

HSL color Cylindrical-coordinate representation of color #231536: hue angle of 265.45º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #231536 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 21 54 -
CMYK 0.35 0.61 0 0.79
HSL 265.45º 0.44% 0.15% -
HSV(B) 265.45º 0.61% 0.21% -
XYZ 1.63 1.16 3.63 -
YUV 28.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 35 21 54 0.35 0.61 0 0.79 265.45 0.44 0.15
Hex 23 15 36 23 3D 0 4F 109 2C F
Octal 43 25 66 43 75 0 117 411 54 17
Binary 100011 10101 110110 100011 111101 0 1001111 100001001 101100 1111

Color Harmonies of #231536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231536

Black with #231536

Text Example


Text Example

White with #231536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231536; }

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

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

background-color css

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

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

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

border-color css

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

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

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