Html Css Color HEX #231127 Blackcurrant

📋 copy color: '#231127'

red 35 ◦ green 17 ◦ blue 39

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

Shades of Blackcurrant #231127

Tints of Blackcurrant #231127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 42.86%

R = 38.46%
G = 18.68%
B = 42.86%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231127 (or 0x231127) is known color: Blackcurrant. HEX triplet: 23, 11 and 27. RGB value is (35,17,39). Sum of RGB (Red+Green+Blue) = 35+17+39=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #231127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231127 is #DCEED8. Grayscale: #181818. Windows color (decimal): -14479065 or 2560291. OLE color: 2560291.

HSL color Cylindrical-coordinate representation of color #231127: hue angle of 289.09º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #231127 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 17 39 -
CMYK 0.10 0.56 0 0.85
HSL 289.09º 0.39% 0.11% -
HSV(B) 289.09º 0.56% 0.15% -
XYZ 1.26 0.9 2.03 -
YUV 24.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 35 17 39 0.10 0.56 0 0.85 289.09 0.39 0.11
Hex 23 11 27 A 38 0 55 121 27 B
Octal 43 21 47 12 70 0 125 441 47 13
Binary 100011 10001 100111 1010 111000 0 1010101 100100001 100111 1011

Color Harmonies of #231127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231127

Black with #231127

Text Example


Text Example

White with #231127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231127; }

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

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

background-color css

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

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

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

border-color css

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

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

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