Html Css Color HEX #231128 Blackcurrant

📋 copy color: '#231128'

red 35 ◦ green 17 ◦ blue 40

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

Shades of Blackcurrant #231128

Tints of Blackcurrant #231128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.48%

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

R = 38.04%
G = 18.48%
B = 43.48%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#231128 (or 0x231128) is known color: Blackcurrant. HEX triplet: 23, 11 and 28. RGB value is (35,17,40). Sum of RGB (Red+Green+Blue) = 35+17+40=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #231128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231128 is #DCEED7. Grayscale: #181818. Windows color (decimal): -14479064 or 2625827. OLE color: 2625827.

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

Color convert

RGB 35 17 40 -
CMYK 0.12 0.57 0 0.84
HSL 286.96º 0.4% 0.11% -
HSV(B) 286.96º 0.58% 0.16% -
XYZ 1.28 0.91 2.12 -
YUV 25 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 35 17 40 0.12 0.57 0 0.84 286.96 0.4 0.11
Hex 23 11 28 C 39 0 54 11F 28 B
Octal 43 21 50 14 71 0 124 437 50 13
Binary 100011 10001 101000 1100 111001 0 1010100 100011111 101000 1011

Color Harmonies of #231128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231128

Black with #231128

Text Example


Text Example

White with #231128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231128; }

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

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

background-color css

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

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

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

border-color css

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

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

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