Html Css Color HEX #231228 Blackcurrant

📋 copy color: '#231228'

red 35 ◦ green 18 ◦ blue 40

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

Shades of Blackcurrant #231228

Tints of Blackcurrant #231228

RGB

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

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

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

R = 37.63%
G = 19.35%
B = 43.01%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#231228 (or 0x231228) is known color: Blackcurrant. HEX triplet: 23, 12 and 28. RGB value is (35,18,40). Sum of RGB (Red+Green+Blue) = 35+18+40=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #231228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231228 is #DCEDD7. Grayscale: #191919. Windows color (decimal): -14478808 or 2626083. OLE color: 2626083.

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

Color convert

RGB 35 18 40 -
CMYK 0.12 0.55 0 0.84
HSL 286.36º 0.38% 0.11% -
HSV(B) 286.36º 0.55% 0.16% -
XYZ 1.29 0.94 2.12 -
YUV 25.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 35 18 40 0.12 0.55 0 0.84 286.36 0.38 0.11
Hex 23 12 28 C 37 0 54 11E 26 B
Octal 43 22 50 14 67 0 124 436 46 13
Binary 100011 10010 101000 1100 110111 0 1010100 100011110 100110 1011

Color Harmonies of #231228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231228

Black with #231228

Text Example


Text Example

White with #231228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231228; }

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

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

background-color css

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

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

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

border-color css

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

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

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