Html Css Color HEX #231828 Blackcurrant

📋 copy color: '#231828'

red 35 ◦ green 24 ◦ blue 40

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

Shades of Blackcurrant #231828

Tints of Blackcurrant #231828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.24%

 BLUE value IS 40 (16.02% from 255) = 40.4%

R = 35.35%
G = 24.24%
B = 40.4%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#231828 (or 0x231828) is known color: Blackcurrant. HEX triplet: 23, 18 and 28. RGB value is (35,24,40). Sum of RGB (Red+Green+Blue) = 35+24+40=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 40 - color contains mainly: blue. Hex color #231828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231828 is #DCE7D7. Grayscale: #1D1D1D. Windows color (decimal): -14477272 or 2627619. OLE color: 2627619.

HSL color Cylindrical-coordinate representation of color #231828: hue angle of 281.25º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231828 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 24 40 -
CMYK 0.12 0.40 0 0.84
HSL 281.25º 0.25% 0.13% -
HSV(B) 281.25º 0.4% 0.16% -
XYZ 1.4 1.16 2.16 -
YUV 29.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 35 24 40 0.12 0.40 0 0.84 281.25 0.25 0.13
Hex 23 18 28 C 28 0 54 119 19 D
Octal 43 30 50 14 50 0 124 431 31 15
Binary 100011 11000 101000 1100 101000 0 1010100 100011001 11001 1101

Color Harmonies of #231828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231828

Black with #231828

Text Example


Text Example

White with #231828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231828; }

 p { color: rgb(35,24,40); }

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

background-color css

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

 a { background-color: rgb(35,24,40); }

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

border-color css

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

 span { border-color: rgb(35,24,40); }

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