Html Css Color HEX #231138 Blackcurrant

📋 copy color: '#231138'

red 35 ◦ green 17 ◦ blue 56

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

Shades of Blackcurrant #231138

Tints of Blackcurrant #231138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 51.85%

R = 32.41%
G = 15.74%
B = 51.85%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#231138 (or 0x231138) is known color: Blackcurrant. HEX triplet: 23, 11 and 38. RGB value is (35,17,56). Sum of RGB (Red+Green+Blue) = 35+17+56=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #231138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231138 is #DCEEC7. Grayscale: #1A1A1A. Windows color (decimal): -14479048 or 3674403. OLE color: 3674403.

HSL color Cylindrical-coordinate representation of color #231138: hue angle of 267.69º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #231138 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 17 56 -
CMYK 0.37 0.70 0 0.78
HSL 267.69º 0.53% 0.14% -
HSV(B) 267.69º 0.7% 0.22% -
XYZ 1.61 1.04 3.86 -
YUV 26.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 35 17 56 0.37 0.70 0 0.78 267.69 0.53 0.14
Hex 23 11 38 25 46 0 4E 10C 35 E
Octal 43 21 70 45 106 0 116 414 65 16
Binary 100011 10001 111000 100101 1000110 0 1001110 100001100 110101 1110

Color Harmonies of #231138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231138

Black with #231138

Text Example


Text Example

White with #231138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231138; }

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

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

background-color css

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

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

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

border-color css

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

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

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