Html Css Color HEX #231333 Blackcurrant

📋 copy color: '#231333'

red 35 ◦ green 19 ◦ blue 51

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

Shades of Blackcurrant #231333

Tints of Blackcurrant #231333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.1%

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

R = 33.33%
G = 18.1%
B = 48.57%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#231333 (or 0x231333) is known color: Blackcurrant. HEX triplet: 23, 13 and 33. RGB value is (35,19,51). Sum of RGB (Red+Green+Blue) = 35+19+51=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #231333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231333 is #DCECCC. Grayscale: #1B1B1B. Windows color (decimal): -14478541 or 3347235. OLE color: 3347235.

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

Color convert

RGB 35 19 51 -
CMYK 0.31 0.63 0 0.8
HSL 270º 0.46% 0.14% -
HSV(B) 270º 0.63% 0.2% -
XYZ 1.52 1.06 3.26 -
YUV 27.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 35 19 51 0.31 0.63 0 0.8 270 0.46 0.14
Hex 23 13 33 1F 3F 0 50 10E 2E E
Octal 43 23 63 37 77 0 120 416 56 16
Binary 100011 10011 110011 11111 111111 0 1010000 100001110 101110 1110

Color Harmonies of #231333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231333

Black with #231333

Text Example


Text Example

White with #231333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231333; }

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

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

background-color css

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

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

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

border-color css

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

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

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