Html Css Color HEX #231431 Blackcurrant

📋 copy color: '#231431'

red 35 ◦ green 20 ◦ blue 49

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

Shades of Blackcurrant #231431

Tints of Blackcurrant #231431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

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

R = 33.65%
G = 19.23%
B = 47.12%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#231431 (or 0x231431) is known color: Blackcurrant. HEX triplet: 23, 14 and 31. RGB value is (35,20,49). Sum of RGB (Red+Green+Blue) = 35+20+49=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #231431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231431 is #DCEBCE. Grayscale: #1B1B1B. Windows color (decimal): -14478287 or 3216419. OLE color: 3216419.

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

Color convert

RGB 35 20 49 -
CMYK 0.29 0.59 0 0.81
HSL 271.03º 0.42% 0.14% -
HSV(B) 271.03º 0.59% 0.19% -
XYZ 1.5 1.08 3.04 -
YUV 27.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 35 20 49 0.29 0.59 0 0.81 271.03 0.42 0.14
Hex 23 14 31 1D 3B 0 51 10F 2A E
Octal 43 24 61 35 73 0 121 417 52 16
Binary 100011 10100 110001 11101 111011 0 1010001 100001111 101010 1110

Color Harmonies of #231431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231431

Black with #231431

Text Example


Text Example

White with #231431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231431; }

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

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

background-color css

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

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

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

border-color css

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

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

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