Html Css Color HEX #231131 Blackcurrant

📋 copy color: '#231131'

red 35 ◦ green 17 ◦ blue 49

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

Shades of Blackcurrant #231131

Tints of Blackcurrant #231131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.83%

 BLUE value IS 49 (19.53% from 255) = 48.51%

R = 34.65%
G = 16.83%
B = 48.51%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#231131 (or 0x231131) is known color: Blackcurrant. HEX triplet: 23, 11 and 31. RGB value is (35,17,49). Sum of RGB (Red+Green+Blue) = 35+17+49=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #231131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231131 is #DCEECE. Grayscale: #191919. Windows color (decimal): -14479055 or 3215651. OLE color: 3215651.

HSL color Cylindrical-coordinate representation of color #231131: hue angle of 273.75º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #231131 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 17 49 -
CMYK 0.29 0.65 0 0.81
HSL 273.75º 0.48% 0.13% -
HSV(B) 273.75º 0.65% 0.19% -
XYZ 1.45 0.98 3.02 -
YUV 26.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 35 17 49 0.29 0.65 0 0.81 273.75 0.48 0.13
Hex 23 11 31 1D 41 0 51 112 30 D
Octal 43 21 61 35 101 0 121 422 60 15
Binary 100011 10001 110001 11101 1000001 0 1010001 100010010 110000 1101

Color Harmonies of #231131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231131

Black with #231131

Text Example


Text Example

White with #231131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231131; }

 p { color: rgb(35,17,49); }

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

background-color css

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

 a { background-color: rgb(35,17,49); }

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

border-color css

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

 span { border-color: rgb(35,17,49); }

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