Html Css Color HEX #231028 Blackcurrant

📋 copy color: '#231028'

red 35 ◦ green 16 ◦ blue 40

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

Shades of Blackcurrant #231028

Tints of Blackcurrant #231028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.58%

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

R = 38.46%
G = 17.58%
B = 43.96%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#231028 (or 0x231028) is known color: Blackcurrant. HEX triplet: 23, 10 and 28. RGB value is (35,16,40). Sum of RGB (Red+Green+Blue) = 35+16+40=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #231028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231028 is #DCEFD7. Grayscale: #181818. Windows color (decimal): -14479320 or 2625571. OLE color: 2625571.

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

Color convert

RGB 35 16 40 -
CMYK 0.12 0.60 0 0.84
HSL 287.5º 0.43% 0.11% -
HSV(B) 287.5º 0.6% 0.16% -
XYZ 1.26 0.88 2.11 -
YUV 24.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 35 16 40 0.12 0.60 0 0.84 287.5 0.43 0.11
Hex 23 10 28 C 3C 0 54 120 2B B
Octal 43 20 50 14 74 0 124 440 53 13
Binary 100011 10000 101000 1100 111100 0 1010100 100100000 101011 1011

Color Harmonies of #231028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231028

Black with #231028

Text Example


Text Example

White with #231028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231028; }

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

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

background-color css

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

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

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

border-color css

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

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

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