Html Css Color HEX #231533 Blackcurrant

📋 copy color: '#231533'

red 35 ◦ green 21 ◦ blue 51

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

Shades of Blackcurrant #231533

Tints of Blackcurrant #231533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.63%

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

R = 32.71%
G = 19.63%
B = 47.66%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#231533 (or 0x231533) is known color: Blackcurrant. HEX triplet: 23, 15 and 33. RGB value is (35,21,51). Sum of RGB (Red+Green+Blue) = 35+21+51=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 51 - color contains mainly: blue. Hex color #231533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231533 is #DCEACC. Grayscale: #1C1C1C. Windows color (decimal): -14478029 or 3347747. OLE color: 3347747.

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

Color convert

RGB 35 21 51 -
CMYK 0.31 0.59 0 0.8
HSL 268º 0.42% 0.14% -
HSV(B) 268º 0.59% 0.2% -
XYZ 1.56 1.13 3.27 -
YUV 28.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 35 21 51 0.31 0.59 0 0.8 268 0.42 0.14
Hex 23 15 33 1F 3B 0 50 10C 2A E
Octal 43 25 63 37 73 0 120 414 52 16
Binary 100011 10101 110011 11111 111011 0 1010000 100001100 101010 1110

Color Harmonies of #231533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231533

Black with #231533

Text Example


Text Example

White with #231533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231533; }

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

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

background-color css

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

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

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

border-color css

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

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

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