Html Css Color HEX #231426 Blackcurrant

📋 copy color: '#231426'

red 35 ◦ green 20 ◦ blue 38

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

Shades of Blackcurrant #231426

Tints of Blackcurrant #231426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.51%

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

R = 37.63%
G = 21.51%
B = 40.86%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231426 (or 0x231426) is known color: Blackcurrant. HEX triplet: 23, 14 and 26. RGB value is (35,20,38). Sum of RGB (Red+Green+Blue) = 35+20+38=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 38 - color contains mainly: blue. Hex color #231426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231426 is #DCEBD9. Grayscale: #1A1A1A. Windows color (decimal): -14478298 or 2495523. OLE color: 2495523.

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

Color convert

RGB 35 20 38 -
CMYK 0.08 0.47 0 0.85
HSL 290º 0.31% 0.11% -
HSV(B) 290º 0.47% 0.15% -
XYZ 1.29 1 1.96 -
YUV 26.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 35 20 38 0.08 0.47 0 0.85 290 0.31 0.11
Hex 23 14 26 8 2F 0 55 122 1F B
Octal 43 24 46 10 57 0 125 442 37 13
Binary 100011 10100 100110 1000 101111 0 1010101 100100010 11111 1011

Color Harmonies of #231426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231426

Black with #231426

Text Example


Text Example

White with #231426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231426; }

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

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

background-color css

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

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

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

border-color css

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

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

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