Html Css Color HEX #231538 Blackcurrant

📋 copy color: '#231538'

red 35 ◦ green 21 ◦ blue 56

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

Shades of Blackcurrant #231538

Tints of Blackcurrant #231538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.75%

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

R = 31.25%
G = 18.75%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#231538 (or 0x231538) is known color: Blackcurrant. HEX triplet: 23, 15 and 38. RGB value is (35,21,56). Sum of RGB (Red+Green+Blue) = 35+21+56=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #231538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231538 is #DCEAC7. Grayscale: #1D1D1D. Windows color (decimal): -14478024 or 3675427. OLE color: 3675427.

HSL color Cylindrical-coordinate representation of color #231538: hue angle of 264º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #231538 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 21 56 -
CMYK 0.37 0.63 0 0.78
HSL 264º 0.45% 0.15% -
HSV(B) 264º 0.63% 0.22% -
XYZ 1.68 1.18 3.88 -
YUV 29.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 35 21 56 0.37 0.63 0 0.78 264 0.45 0.15
Hex 23 15 38 25 3F 0 4E 108 2D F
Octal 43 25 70 45 77 0 116 410 55 17
Binary 100011 10101 111000 100101 111111 0 1001110 100001000 101101 1111

Color Harmonies of #231538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231538

Black with #231538

Text Example


Text Example

White with #231538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231538; }

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

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

background-color css

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

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

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

border-color css

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

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

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