Html Css Color HEX #231C2D Blackcurrant

📋 copy color: '#231C2D'

red 35 ◦ green 28 ◦ blue 45

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

Shades of Blackcurrant #231C2D

Tints of Blackcurrant #231C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 41.67%

R = 32.41%
G = 25.93%
B = 41.67%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#231C2D (or 0x231C2D) is known color: Blackcurrant. HEX triplet: 23, 1C and 2D. RGB value is (35,28,45). Sum of RGB (Red+Green+Blue) = 35+28+45=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #231C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C2D is #DCE3D2. Grayscale: #1F1F1F. Windows color (decimal): -14476243 or 2956323. OLE color: 2956323.

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

Color convert

RGB 35 28 45 -
CMYK 0.22 0.38 0 0.82
HSL 264.71º 0.23% 0.14% -
HSV(B) 264.71º 0.38% 0.18% -
XYZ 1.58 1.38 2.67 -
YUV 32.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 35 28 45 0.22 0.38 0 0.82 264.71 0.23 0.14
Hex 23 1C 2D 16 26 0 52 109 17 E
Octal 43 34 55 26 46 0 122 411 27 16
Binary 100011 11100 101101 10110 100110 0 1010010 100001001 10111 1110

Color Harmonies of #231C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C2D

Black with #231C2D

Text Example


Text Example

White with #231C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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