Html Css Color HEX #231133 Blackcurrant

📋 copy color: '#231133'

red 35 ◦ green 17 ◦ blue 51

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

Shades of Blackcurrant #231133

Tints of Blackcurrant #231133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 49.51%

R = 33.98%
G = 16.5%
B = 49.51%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#231133 (or 0x231133) is known color: Blackcurrant. HEX triplet: 23, 11 and 33. RGB value is (35,17,51). Sum of RGB (Red+Green+Blue) = 35+17+51=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #231133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231133 is #DCEECC. Grayscale: #1A1A1A. Windows color (decimal): -14479053 or 3346723. OLE color: 3346723.

HSL color Cylindrical-coordinate representation of color #231133: hue angle of 271.76º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231133 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 35 17 51 -
CMYK 0.31 0.67 0 0.8
HSL 271.76º 0.5% 0.13% -
HSV(B) 271.76º 0.67% 0.2% -
XYZ 1.49 1 3.25 -
YUV 26.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 35 17 51 0.31 0.67 0 0.8 271.76 0.5 0.13
Hex 23 11 33 1F 43 0 50 110 32 D
Octal 43 21 63 37 103 0 120 420 62 15
Binary 100011 10001 110011 11111 1000011 0 1010000 100010000 110010 1101

Color Harmonies of #231133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231133

Black with #231133

Text Example


Text Example

White with #231133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231133; }

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

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

background-color css

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

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

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

border-color css

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

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

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