Html Css Color HEX #231229 Blackcurrant

📋 copy color: '#231229'

red 35 ◦ green 18 ◦ blue 41

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

Shades of Blackcurrant #231229

Tints of Blackcurrant #231229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.15%

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

R = 37.23%
G = 19.15%
B = 43.62%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#231229 (or 0x231229) is known color: Blackcurrant. HEX triplet: 23, 12 and 29. RGB value is (35,18,41). Sum of RGB (Red+Green+Blue) = 35+18+41=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #231229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231229 is #DCEDD6. Grayscale: #191919. Windows color (decimal): -14478807 or 2691619. OLE color: 2691619.

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

Color convert

RGB 35 18 41 -
CMYK 0.15 0.56 0 0.84
HSL 284.35º 0.39% 0.12% -
HSV(B) 284.35º 0.56% 0.16% -
XYZ 1.31 0.95 2.21 -
YUV 25.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 35 18 41 0.15 0.56 0 0.84 284.35 0.39 0.12
Hex 23 12 29 F 38 0 54 11C 27 C
Octal 43 22 51 17 70 0 124 434 47 14
Binary 100011 10010 101001 1111 111000 0 1010100 100011100 100111 1100

Color Harmonies of #231229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231229

Black with #231229

Text Example


Text Example

White with #231229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231229; }

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

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

background-color css

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

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

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

border-color css

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

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

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