Html Css Color HEX #231F26 Blackcurrant

📋 copy color: '#231F26'

red 35 ◦ green 31 ◦ blue 38

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

Shades of Blackcurrant #231F26

Tints of Blackcurrant #231F26

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.81%

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

R = 33.65%
G = 29.81%
B = 36.54%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231F26 (or 0x231F26) is known color: Blackcurrant. HEX triplet: 23, 1F and 26. RGB value is (35,31,38). Sum of RGB (Red+Green+Blue) = 35+31+38=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 38 - color contains mainly: blue. Hex color #231F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F26 is #DCE0D9. Grayscale: #202020. Windows color (decimal): -14475482 or 2498339. OLE color: 2498339.

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

Color convert

RGB 35 31 38 -
CMYK 0.08 0.18 0 0.85
HSL 274.29º 0.1% 0.14% -
HSV(B) 274.29º 0.18% 0.15% -
XYZ 1.53 1.48 2.04 -
YUV 32.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 35 31 38 0.08 0.18 0 0.85 274.29 0.1 0.14
Hex 23 1F 26 8 12 0 55 112 A E
Octal 43 37 46 10 22 0 125 422 12 16
Binary 100011 11111 100110 1000 10010 0 1010101 100010010 1010 1110

Color Harmonies of #231F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F26

Black with #231F26

Text Example


Text Example

White with #231F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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