Html Css Color HEX #231E26 Blackcurrant

📋 copy color: '#231E26'

red 35 ◦ green 30 ◦ blue 38

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

Shades of Blackcurrant #231E26

Tints of Blackcurrant #231E26

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.13%

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

R = 33.98%
G = 29.13%
B = 36.89%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231E26 (or 0x231E26) is known color: Blackcurrant. HEX triplet: 23, 1E and 26. RGB value is (35,30,38). Sum of RGB (Red+Green+Blue) = 35+30+38=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 38 - color contains mainly: blue. Hex color #231E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E26 is #DCE1D9. Grayscale: #202020. Windows color (decimal): -14475738 or 2498083. OLE color: 2498083.

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

Color convert

RGB 35 30 38 -
CMYK 0.08 0.21 0 0.85
HSL 277.5º 0.12% 0.13% -
HSV(B) 277.5º 0.21% 0.15% -
XYZ 1.51 1.43 2.03 -
YUV 32.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 35 30 38 0.08 0.21 0 0.85 277.5 0.12 0.13
Hex 23 1E 26 8 15 0 55 116 C D
Octal 43 36 46 10 25 0 125 426 14 15
Binary 100011 11110 100110 1000 10101 0 1010101 100010110 1100 1101

Color Harmonies of #231E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E26

Black with #231E26

Text Example


Text Example

White with #231E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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