Html Css Color HEX #231239 Blackcurrant

📋 copy color: '#231239'

red 35 ◦ green 18 ◦ blue 57

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

Shades of Blackcurrant #231239

Tints of Blackcurrant #231239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

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

R = 31.82%
G = 16.36%
B = 51.82%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#231239 (or 0x231239) is known color: Blackcurrant. HEX triplet: 23, 12 and 39. RGB value is (35,18,57). Sum of RGB (Red+Green+Blue) = 35+18+57=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #231239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231239 is #DCEDC6. Grayscale: #1B1B1B. Windows color (decimal): -14478791 or 3740195. OLE color: 3740195.

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

Color convert

RGB 35 18 57 -
CMYK 0.39 0.68 0 0.78
HSL 266.15º 0.52% 0.15% -
HSV(B) 266.15º 0.68% 0.22% -
XYZ 1.65 1.09 3.99 -
YUV 27.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 35 18 57 0.39 0.68 0 0.78 266.15 0.52 0.15
Hex 23 12 39 27 44 0 4E 10A 34 F
Octal 43 22 71 47 104 0 116 412 64 17
Binary 100011 10010 111001 100111 1000100 0 1001110 100001010 110100 1111

Color Harmonies of #231239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231239

Black with #231239

Text Example


Text Example

White with #231239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231239; }

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

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

background-color css

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

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

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

border-color css

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

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

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