Html Css Color HEX #231339 Blackcurrant

📋 copy color: '#231339'

red 35 ◦ green 19 ◦ blue 57

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

Shades of Blackcurrant #231339

Tints of Blackcurrant #231339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 51.35%

R = 31.53%
G = 17.12%
B = 51.35%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#231339 (or 0x231339) is known color: Blackcurrant. HEX triplet: 23, 13 and 39. RGB value is (35,19,57). Sum of RGB (Red+Green+Blue) = 35+19+57=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #231339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231339 is #DCECC6. Grayscale: #1B1B1B. Windows color (decimal): -14478535 or 3740451. OLE color: 3740451.

HSL color Cylindrical-coordinate representation of color #231339: hue angle of 265.26º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231339 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 19 57 -
CMYK 0.39 0.67 0 0.78
HSL 265.26º 0.5% 0.15% -
HSV(B) 265.26º 0.67% 0.22% -
XYZ 1.66 1.12 4 -
YUV 28.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 35 19 57 0.39 0.67 0 0.78 265.26 0.5 0.15
Hex 23 13 39 27 43 0 4E 109 32 F
Octal 43 23 71 47 103 0 116 411 62 17
Binary 100011 10011 111001 100111 1000011 0 1001110 100001001 110010 1111

Color Harmonies of #231339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231339

Black with #231339

Text Example


Text Example

White with #231339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231339; }

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

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

background-color css

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

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

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

border-color css

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

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

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