Html Css Color HEX #231830 Blackcurrant

📋 copy color: '#231830'

red 35 ◦ green 24 ◦ blue 48

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

Shades of Blackcurrant #231830

Tints of Blackcurrant #231830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.43%

 BLUE value IS 48 (19.14% from 255) = 44.86%

R = 32.71%
G = 22.43%
B = 44.86%

CMYK

 C value IS 0.27

 M value IS 0.5

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#231830 (or 0x231830) is known color: Blackcurrant. HEX triplet: 23, 18 and 30. RGB value is (35,24,48). Sum of RGB (Red+Green+Blue) = 35+24+48=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 48 - color contains mainly: blue. Hex color #231830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231830 is #DCE7CF. Grayscale: #1D1D1D. Windows color (decimal): -14477264 or 3151907. OLE color: 3151907.

HSL color Cylindrical-coordinate representation of color #231830: hue angle of 267.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #231830 is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 24 48 -
CMYK 0.27 0.5 0 0.81
HSL 267.5º 0.33% 0.14% -
HSV(B) 267.5º 0.5% 0.19% -
XYZ 1.55 1.22 2.95 -
YUV 30.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 35 24 48 0.27 0.5 0 0.81 267.5 0.33 0.14
Hex 23 18 30 1B 32 0 51 10C 21 E
Octal 43 30 60 33 62 0 121 414 41 16
Binary 100011 11000 110000 11011 110010 0 1010001 100001100 100001 1110

Color Harmonies of #231830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231830

Black with #231830

Text Example


Text Example

White with #231830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231830; }

 p { color: rgb(35,24,48); }

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

background-color css

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

 a { background-color: rgb(35,24,48); }

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

border-color css

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

 span { border-color: rgb(35,24,48); }

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