Html Css Color HEX #231C2B Blackcurrant

📋 copy color: '#231C2B'

red 35 ◦ green 28 ◦ blue 43

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

Shades of Blackcurrant #231C2B

Tints of Blackcurrant #231C2B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.42%

 BLUE value IS 43 (17.19% from 255) = 40.57%

R = 33.02%
G = 26.42%
B = 40.57%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#231C2B (or 0x231C2B) is known color: Blackcurrant. HEX triplet: 23, 1C and 2B. RGB value is (35,28,43). Sum of RGB (Red+Green+Blue) = 35+28+43=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 43 - color contains mainly: blue. Hex color #231C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C2B is #DCE3D4. Grayscale: #1F1F1F. Windows color (decimal): -14476245 or 2825251. OLE color: 2825251.

HSL color Cylindrical-coordinate representation of color #231C2B: hue angle of 268º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #231C2B is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 35 28 43 -
CMYK 0.19 0.35 0 0.83
HSL 268º 0.21% 0.14% -
HSV(B) 268º 0.35% 0.17% -
XYZ 1.54 1.36 2.47 -
YUV 31.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 35 28 43 0.19 0.35 0 0.83 268 0.21 0.14
Hex 23 1C 2B 13 23 0 53 10C 15 E
Octal 43 34 53 23 43 0 123 414 25 16
Binary 100011 11100 101011 10011 100011 0 1010011 100001100 10101 1110

Color Harmonies of #231C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C2B

Black with #231C2B

Text Example


Text Example

White with #231C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,28,43); }

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

background-color css

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

 a { background-color: rgb(35,28,43); }

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

border-color css

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

 span { border-color: rgb(35,28,43); }

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