Html Css Color HEX #231C27 Blackcurrant

📋 copy color: '#231C27'

red 35 ◦ green 28 ◦ blue 39

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

Shades of Blackcurrant #231C27

Tints of Blackcurrant #231C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.45%

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

R = 34.31%
G = 27.45%
B = 38.24%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231C27 (or 0x231C27) is known color: Blackcurrant. HEX triplet: 23, 1C and 27. RGB value is (35,28,39). Sum of RGB (Red+Green+Blue) = 35+28+39=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 39 - color contains mainly: blue. Hex color #231C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C27 is #DCE3D8. Grayscale: #1F1F1F. Windows color (decimal): -14476249 or 2563107. OLE color: 2563107.

HSL color Cylindrical-coordinate representation of color #231C27: hue angle of 278.18º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #231C27 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 28 39 -
CMYK 0.10 0.28 0 0.85
HSL 278.18º 0.16% 0.13% -
HSV(B) 278.18º 0.28% 0.15% -
XYZ 1.47 1.33 2.1 -
YUV 31.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 35 28 39 0.10 0.28 0 0.85 278.18 0.16 0.13
Hex 23 1C 27 A 1C 0 55 116 10 D
Octal 43 34 47 12 34 0 125 426 20 15
Binary 100011 11100 100111 1010 11100 0 1010101 100010110 10000 1101

Color Harmonies of #231C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C27

Black with #231C27

Text Example


Text Example

White with #231C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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