Html Css Color HEX #231027 Blackcurrant

📋 copy color: '#231027'

red 35 ◦ green 16 ◦ blue 39

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

Shades of Blackcurrant #231027

Tints of Blackcurrant #231027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.78%

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

R = 38.89%
G = 17.78%
B = 43.33%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231027 (or 0x231027) is known color: Blackcurrant. HEX triplet: 23, 10 and 27. RGB value is (35,16,39). Sum of RGB (Red+Green+Blue) = 35+16+39=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #231027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231027 is #DCEFD8. Grayscale: #181818. Windows color (decimal): -14479321 or 2560035. OLE color: 2560035.

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

Color convert

RGB 35 16 39 -
CMYK 0.10 0.59 0 0.85
HSL 289.57º 0.42% 0.11% -
HSV(B) 289.57º 0.59% 0.15% -
XYZ 1.24 0.87 2.02 -
YUV 24.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 35 16 39 0.10 0.59 0 0.85 289.57 0.42 0.11
Hex 23 10 27 A 3B 0 55 122 2A B
Octal 43 20 47 12 73 0 125 442 52 13
Binary 100011 10000 100111 1010 111011 0 1010101 100100010 101010 1011

Color Harmonies of #231027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231027

Black with #231027

Text Example


Text Example

White with #231027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231027; }

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

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

background-color css

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

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

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

border-color css

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

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

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