Html Css Color HEX #231928 Blackcurrant

📋 copy color: '#231928'

red 35 ◦ green 25 ◦ blue 40

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

Shades of Blackcurrant #231928

Tints of Blackcurrant #231928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25%

 BLUE value IS 40 (16.02% from 255) = 40%

R = 35%
G = 25%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#231928 (or 0x231928) is known color: Blackcurrant. HEX triplet: 23, 19 and 28. RGB value is (35,25,40). Sum of RGB (Red+Green+Blue) = 35+25+40=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 40 - color contains mainly: blue. Hex color #231928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231928 is #DCE6D7. Grayscale: #1D1D1D. Windows color (decimal): -14477016 or 2627875. OLE color: 2627875.

HSL color Cylindrical-coordinate representation of color #231928: hue angle of 280º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #231928 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 25 40 -
CMYK 0.12 0.38 0 0.84
HSL 280º 0.23% 0.13% -
HSV(B) 280º 0.38% 0.16% -
XYZ 1.42 1.21 2.17 -
YUV 29.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 35 25 40 0.12 0.38 0 0.84 280 0.23 0.13
Hex 23 19 28 C 26 0 54 118 17 D
Octal 43 31 50 14 46 0 124 430 27 15
Binary 100011 11001 101000 1100 100110 0 1010100 100011000 10111 1101

Color Harmonies of #231928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231928

Black with #231928

Text Example


Text Example

White with #231928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231928; }

 p { color: rgb(35,25,40); }

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

background-color css

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

 a { background-color: rgb(35,25,40); }

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

border-color css

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

 span { border-color: rgb(35,25,40); }

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