Html Css Color HEX #231B25 Blackcurrant

📋 copy color: '#231B25'

red 35 ◦ green 27 ◦ blue 37

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

Shades of Blackcurrant #231B25

Tints of Blackcurrant #231B25

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.27%

 BLUE value IS 37 (14.84% from 255) = 37.37%

R = 35.35%
G = 27.27%
B = 37.37%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231B25 (or 0x231B25) is known color: Blackcurrant. HEX triplet: 23, 1B and 25. RGB value is (35,27,37). Sum of RGB (Red+Green+Blue) = 35+27+37=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 37 - color contains mainly: blue. Hex color #231B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B25 is #DCE4DA. Grayscale: #1E1E1E. Windows color (decimal): -14476507 or 2431779. OLE color: 2431779.

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

Color convert

RGB 35 27 37 -
CMYK 0.05 0.27 0 0.85
HSL 288º 0.16% 0.13% -
HSV(B) 288º 0.27% 0.15% -
XYZ 1.42 1.27 1.92 -
YUV 30.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 35 27 37 0.05 0.27 0 0.85 288 0.16 0.13
Hex 23 1B 25 5 1B 0 55 120 10 D
Octal 43 33 45 5 33 0 125 440 20 15
Binary 100011 11011 100101 101 11011 0 1010101 100100000 10000 1101

Color Harmonies of #231B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B25

Black with #231B25

Text Example


Text Example

White with #231B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,27,37); }

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

background-color css

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

 a { background-color: rgb(35,27,37); }

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

border-color css

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

 span { border-color: rgb(35,27,37); }

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