Html Css Color HEX #231926 Blackcurrant

📋 copy color: '#231926'

red 35 ◦ green 25 ◦ blue 38

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

Shades of Blackcurrant #231926

Tints of Blackcurrant #231926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 38.78%

R = 35.71%
G = 25.51%
B = 38.78%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231926 (or 0x231926) is known color: Blackcurrant. HEX triplet: 23, 19 and 26. RGB value is (35,25,38). Sum of RGB (Red+Green+Blue) = 35+25+38=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 38 - color contains mainly: blue. Hex color #231926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231926 is #DCE6D9. Grayscale: #1D1D1D. Windows color (decimal): -14477018 or 2496803. OLE color: 2496803.

HSL color Cylindrical-coordinate representation of color #231926: hue angle of 286.15º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #231926 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 25 38 -
CMYK 0.08 0.34 0 0.85
HSL 286.15º 0.21% 0.12% -
HSV(B) 286.15º 0.34% 0.15% -
XYZ 1.39 1.19 1.99 -
YUV 29.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 35 25 38 0.08 0.34 0 0.85 286.15 0.21 0.12
Hex 23 19 26 8 22 0 55 11E 15 C
Octal 43 31 46 10 42 0 125 436 25 14
Binary 100011 11001 100110 1000 100010 0 1010101 100011110 10101 1100

Color Harmonies of #231926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231926

Black with #231926

Text Example


Text Example

White with #231926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231926; }

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

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

background-color css

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

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

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

border-color css

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

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

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