Html Css Color HEX #230831 Blackcurrant

📋 copy color: '#230831'

red 35 ◦ green 8 ◦ blue 49

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

Shades of Blackcurrant #230831

Tints of Blackcurrant #230831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.7%

 BLUE value IS 49 (19.53% from 255) = 53.26%

R = 38.04%
G = 8.7%
B = 53.26%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#230831 (or 0x230831) is known color: Blackcurrant. HEX triplet: 23, 08 and 31. RGB value is (35,8,49). Sum of RGB (Red+Green+Blue) = 35+8+49=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #230831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230831 is #DCF7CE. Grayscale: #141414. Windows color (decimal): -14481359 or 3213347. OLE color: 3213347.

HSL color Cylindrical-coordinate representation of color #230831: hue angle of 279.51º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #230831 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 8 49 -
CMYK 0.29 0.84 0 0.81
HSL 279.51º 0.72% 0.11% -
HSV(B) 279.51º 0.84% 0.19% -
XYZ 1.33 0.75 2.98 -
YUV 20.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 35 8 49 0.29 0.84 0 0.81 279.51 0.72 0.11
Hex 23 8 31 1D 54 0 51 118 48 B
Octal 43 10 61 35 124 0 121 430 110 13
Binary 100011 1000 110001 11101 1010100 0 1010001 100011000 1001000 1011

Color Harmonies of #230831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230831

Black with #230831

Text Example


Text Example

White with #230831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230831; }

 p { color: rgb(35,8,49); }

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

background-color css

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

 a { background-color: rgb(35,8,49); }

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

border-color css

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

 span { border-color: rgb(35,8,49); }

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