Html Css Color HEX #231528 Blackcurrant

📋 copy color: '#231528'

red 35 ◦ green 21 ◦ blue 40

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

Shades of Blackcurrant #231528

Tints of Blackcurrant #231528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.88%

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

R = 36.46%
G = 21.88%
B = 41.67%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#231528 (or 0x231528) is known color: Blackcurrant. HEX triplet: 23, 15 and 28. RGB value is (35,21,40). Sum of RGB (Red+Green+Blue) = 35+21+40=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #231528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231528 is #DCEAD7. Grayscale: #1B1B1B. Windows color (decimal): -14478040 or 2626851. OLE color: 2626851.

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

Color convert

RGB 35 21 40 -
CMYK 0.12 0.48 0 0.84
HSL 284.21º 0.31% 0.12% -
HSV(B) 284.21º 0.48% 0.16% -
XYZ 1.34 1.05 2.14 -
YUV 27.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 35 21 40 0.12 0.48 0 0.84 284.21 0.31 0.12
Hex 23 15 28 C 30 0 54 11C 1F C
Octal 43 25 50 14 60 0 124 434 37 14
Binary 100011 10101 101000 1100 110000 0 1010100 100011100 11111 1100

Color Harmonies of #231528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231528

Black with #231528

Text Example


Text Example

White with #231528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231528; }

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

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

background-color css

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

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

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

border-color css

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

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

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