Html Css Color HEX #231130 Blackcurrant

📋 copy color: '#231130'

red 35 ◦ green 17 ◦ blue 48

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

Shades of Blackcurrant #231130

Tints of Blackcurrant #231130

RGB

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

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

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

R = 35%
G = 17%
B = 48%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#231130 (or 0x231130) is known color: Blackcurrant. HEX triplet: 23, 11 and 30. RGB value is (35,17,48). Sum of RGB (Red+Green+Blue) = 35+17+48=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #231130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231130 is #DCEECF. Grayscale: #191919. Windows color (decimal): -14479056 or 3150115. OLE color: 3150115.

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

Color convert

RGB 35 17 48 -
CMYK 0.27 0.65 0 0.81
HSL 274.84º 0.48% 0.13% -
HSV(B) 274.84º 0.65% 0.19% -
XYZ 1.43 0.97 2.91 -
YUV 25.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 35 17 48 0.27 0.65 0 0.81 274.84 0.48 0.13
Hex 23 11 30 1B 41 0 51 113 30 D
Octal 43 21 60 33 101 0 121 423 60 15
Binary 100011 10001 110000 11011 1000001 0 1010001 100010011 110000 1101

Color Harmonies of #231130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231130

Black with #231130

Text Example


Text Example

White with #231130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231130; }

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

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

background-color css

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

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

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

border-color css

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

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

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