Html Css Color HEX #231A2E Blackcurrant

📋 copy color: '#231A2E'

red 35 ◦ green 26 ◦ blue 46

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

Shades of Blackcurrant #231A2E

Tints of Blackcurrant #231A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.3%

 BLUE value IS 46 (18.36% from 255) = 42.99%

R = 32.71%
G = 24.3%
B = 42.99%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#231A2E (or 0x231A2E) is known color: Blackcurrant. HEX triplet: 23, 1A and 2E. RGB value is (35,26,46). Sum of RGB (Red+Green+Blue) = 35+26+46=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 46 - color contains mainly: blue. Hex color #231A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A2E is #DCE5D1. Grayscale: #1E1E1E. Windows color (decimal): -14476754 or 3021347. OLE color: 3021347.

HSL color Cylindrical-coordinate representation of color #231A2E: hue angle of 267º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #231A2E is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 35 26 46 -
CMYK 0.24 0.43 0 0.82
HSL 267º 0.28% 0.14% -
HSV(B) 267º 0.43% 0.18% -
XYZ 1.56 1.29 2.75 -
YUV 30.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 35 26 46 0.24 0.43 0 0.82 267 0.28 0.14
Hex 23 1A 2E 18 2B 0 52 10B 1C E
Octal 43 32 56 30 53 0 122 413 34 16
Binary 100011 11010 101110 11000 101011 0 1010010 100001011 11100 1110

Color Harmonies of #231A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A2E

Black with #231A2E

Text Example


Text Example

White with #231A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,26,46); }

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

background-color css

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

 a { background-color: rgb(35,26,46); }

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

border-color css

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

 span { border-color: rgb(35,26,46); }

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