Html Css Color HEX #231227 Blackcurrant

📋 copy color: '#231227'

red 35 ◦ green 18 ◦ blue 39

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

Shades of Blackcurrant #231227

Tints of Blackcurrant #231227

RGB

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

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

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

R = 38.04%
G = 19.57%
B = 42.39%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231227 (or 0x231227) is known color: Blackcurrant. HEX triplet: 23, 12 and 27. RGB value is (35,18,39). Sum of RGB (Red+Green+Blue) = 35+18+39=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #231227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231227 is #DCEDD8. Grayscale: #191919. Windows color (decimal): -14478809 or 2560547. OLE color: 2560547.

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

Color convert

RGB 35 18 39 -
CMYK 0.10 0.54 0 0.85
HSL 288.57º 0.37% 0.11% -
HSV(B) 288.57º 0.54% 0.15% -
XYZ 1.28 0.94 2.03 -
YUV 25.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 35 18 39 0.10 0.54 0 0.85 288.57 0.37 0.11
Hex 23 12 27 A 36 0 55 121 25 B
Octal 43 22 47 12 66 0 125 441 45 13
Binary 100011 10010 100111 1010 110110 0 1010101 100100001 100101 1011

Color Harmonies of #231227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231227

Black with #231227

Text Example


Text Example

White with #231227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231227; }

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

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

background-color css

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

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

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

border-color css

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

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

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