Html Css Color HEX #231529 Blackcurrant

📋 copy color: '#231529'

red 35 ◦ green 21 ◦ blue 41

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

Shades of Blackcurrant #231529

Tints of Blackcurrant #231529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 42.27%

R = 36.08%
G = 21.65%
B = 42.27%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#231529 (or 0x231529) is known color: Blackcurrant. HEX triplet: 23, 15 and 29. RGB value is (35,21,41). Sum of RGB (Red+Green+Blue) = 35+21+41=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #231529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231529 is #DCEAD6. Grayscale: #1B1B1B. Windows color (decimal): -14478039 or 2692387. OLE color: 2692387.

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

Color convert

RGB 35 21 41 -
CMYK 0.15 0.49 0 0.84
HSL 282º 0.32% 0.12% -
HSV(B) 282º 0.49% 0.16% -
XYZ 1.36 1.05 2.23 -
YUV 27.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 35 21 41 0.15 0.49 0 0.84 282 0.32 0.12
Hex 23 15 29 F 31 0 54 11A 20 C
Octal 43 25 51 17 61 0 124 432 40 14
Binary 100011 10101 101001 1111 110001 0 1010100 100011010 100000 1100

Color Harmonies of #231529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231529

Black with #231529

Text Example


Text Example

White with #231529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231529; }

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

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

background-color css

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

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

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

border-color css

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

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

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