Html Css Color HEX #230231 Blackcurrant

📋 copy color: '#230231'

red 35 ◦ green 2 ◦ blue 49

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

Shades of Blackcurrant #230231

Tints of Blackcurrant #230231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.33%

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

R = 40.7%
G = 2.33%
B = 56.98%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#230231 (or 0x230231) is known color: Blackcurrant. HEX triplet: 23, 02 and 31. RGB value is (35,2,49). Sum of RGB (Red+Green+Blue) = 35+2+49=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #230231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230231 is #DCFDCE. Grayscale: #111111. Windows color (decimal): -14482895 or 3211811. OLE color: 3211811.

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

Color convert

RGB 35 2 49 -
CMYK 0.29 0.96 0 0.81
HSL 282.13º 0.92% 0.1% -
HSV(B) 282.13º 0.96% 0.19% -
XYZ 1.27 0.62 2.96 -
YUV 17.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 35 2 49 0.29 0.96 0 0.81 282.13 0.92 0.1
Hex 23 2 31 1D 60 0 51 11A 5C A
Octal 43 2 61 35 140 0 121 432 134 12
Binary 100011 10 110001 11101 1100000 0 1010001 100011010 1011100 1010

Color Harmonies of #230231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230231

Black with #230231

Text Example


Text Example

White with #230231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230231; }

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

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

background-color css

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

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

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

border-color css

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

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

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