Html Css Color HEX #231231 Blackcurrant

📋 copy color: '#231231'

red 35 ◦ green 18 ◦ blue 49

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

Shades of Blackcurrant #231231

Tints of Blackcurrant #231231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.65%

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

R = 34.31%
G = 17.65%
B = 48.04%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#231231 (or 0x231231) is known color: Blackcurrant. HEX triplet: 23, 12 and 31. RGB value is (35,18,49). Sum of RGB (Red+Green+Blue) = 35+18+49=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #231231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231231 is #DCEDCE. Grayscale: #1A1A1A. Windows color (decimal): -14478799 or 3215907. OLE color: 3215907.

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

Color convert

RGB 35 18 49 -
CMYK 0.29 0.63 0 0.81
HSL 272.9º 0.46% 0.13% -
HSV(B) 272.9º 0.63% 0.19% -
XYZ 1.46 1.01 3.02 -
YUV 26.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 35 18 49 0.29 0.63 0 0.81 272.9 0.46 0.13
Hex 23 12 31 1D 3F 0 51 111 2E D
Octal 43 22 61 35 77 0 121 421 56 15
Binary 100011 10010 110001 11101 111111 0 1010001 100010001 101110 1101

Color Harmonies of #231231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231231

Black with #231231

Text Example


Text Example

White with #231231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231231; }

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

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

background-color css

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

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

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

border-color css

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

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

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