Html Css Color HEX #231D25 Blackcurrant

📋 copy color: '#231D25'

red 35 ◦ green 29 ◦ blue 37

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

Shades of Blackcurrant #231D25

Tints of Blackcurrant #231D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.71%

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

R = 34.65%
G = 28.71%
B = 36.63%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231D25 (or 0x231D25) is known color: Blackcurrant. HEX triplet: 23, 1D and 25. RGB value is (35,29,37). Sum of RGB (Red+Green+Blue) = 35+29+37=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 37 - color contains mainly: blue. Hex color #231D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D25 is #DCE2DA. Grayscale: #1F1F1F. Windows color (decimal): -14475995 or 2432291. OLE color: 2432291.

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

Color convert

RGB 35 29 37 -
CMYK 0.05 0.22 0 0.85
HSL 285º 0.12% 0.13% -
HSV(B) 285º 0.22% 0.15% -
XYZ 1.47 1.37 1.94 -
YUV 31.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 35 29 37 0.05 0.22 0 0.85 285 0.12 0.13
Hex 23 1D 25 5 16 0 55 11D C D
Octal 43 35 45 5 26 0 125 435 14 15
Binary 100011 11101 100101 101 10110 0 1010101 100011101 1100 1101

Color Harmonies of #231D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D25

Black with #231D25

Text Example


Text Example

White with #231D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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