Html Css Color HEX #231A25 Blackcurrant

📋 copy color: '#231A25'

red 35 ◦ green 26 ◦ blue 37

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

Shades of Blackcurrant #231A25

Tints of Blackcurrant #231A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.53%

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

R = 35.71%
G = 26.53%
B = 37.76%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231A25 (or 0x231A25) is known color: Blackcurrant. HEX triplet: 23, 1A and 25. RGB value is (35,26,37). Sum of RGB (Red+Green+Blue) = 35+26+37=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 37 - color contains mainly: blue. Hex color #231A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A25 is #DCE5DA. Grayscale: #1D1D1D. Windows color (decimal): -14476763 or 2431523. OLE color: 2431523.

HSL color Cylindrical-coordinate representation of color #231A25: hue angle of 289.09º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #231A25 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 26 37 -
CMYK 0.05 0.30 0 0.85
HSL 289.09º 0.17% 0.12% -
HSV(B) 289.09º 0.3% 0.15% -
XYZ 1.4 1.23 1.91 -
YUV 29.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 35 26 37 0.05 0.30 0 0.85 289.09 0.17 0.12
Hex 23 1A 25 5 1E 0 55 121 11 C
Octal 43 32 45 5 36 0 125 441 21 14
Binary 100011 11010 100101 101 11110 0 1010101 100100001 10001 1100

Color Harmonies of #231A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A25

Black with #231A25

Text Example


Text Example

White with #231A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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