Html Css Color HEX #231631 Blackcurrant

📋 copy color: '#231631'

red 35 ◦ green 22 ◦ blue 49

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

Shades of Blackcurrant #231631

Tints of Blackcurrant #231631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.75%

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

R = 33.02%
G = 20.75%
B = 46.23%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#231631 (or 0x231631) is known color: Blackcurrant. HEX triplet: 23, 16 and 31. RGB value is (35,22,49). Sum of RGB (Red+Green+Blue) = 35+22+49=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #231631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231631 is #DCE9CE. Grayscale: #1C1C1C. Windows color (decimal): -14477775 or 3216931. OLE color: 3216931.

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

Color convert

RGB 35 22 49 -
CMYK 0.29 0.55 0 0.81
HSL 268.89º 0.38% 0.14% -
HSV(B) 268.89º 0.55% 0.19% -
XYZ 1.53 1.15 3.05 -
YUV 28.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 35 22 49 0.29 0.55 0 0.81 268.89 0.38 0.14
Hex 23 16 31 1D 37 0 51 10D 26 E
Octal 43 26 61 35 67 0 121 415 46 16
Binary 100011 10110 110001 11101 110111 0 1010001 100001101 100110 1110

Color Harmonies of #231631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231631

Black with #231631

Text Example


Text Example

White with #231631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231631; }

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

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

background-color css

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

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

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

border-color css

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

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

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