Html Css Color HEX #232125 Blackcurrant

📋 copy color: '#232125'

red 35 ◦ green 33 ◦ blue 37

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

Shades of Blackcurrant #232125

Tints of Blackcurrant #232125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.43%

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

R = 33.33%
G = 31.43%
B = 35.24%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#232125 (or 0x232125) is known color: Blackcurrant. HEX triplet: 23, 21 and 25. RGB value is (35,33,37). Sum of RGB (Red+Green+Blue) = 35+33+37=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 37 - color contains mainly: blue. Hex color #232125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232125 is #DCDEDA. Grayscale: #222222. Windows color (decimal): -14474971 or 2433315. OLE color: 2433315.

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

Color convert

RGB 35 33 37 -
CMYK 0.05 0.11 0 0.85
HSL 270º 0.06% 0.14% -
HSV(B) 270º 0.11% 0.15% -
XYZ 1.57 1.58 1.97 -
YUV 34.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 35 33 37 0.05 0.11 0 0.85 270 0.06 0.14
Hex 23 21 25 5 B 0 55 10E 6 E
Octal 43 41 45 5 13 0 125 416 6 16
Binary 100011 100001 100101 101 1011 0 1010101 100001110 110 1110

Color Harmonies of #232125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232125

Black with #232125

Text Example


Text Example

White with #232125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232125; }

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

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

background-color css

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

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

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

border-color css

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

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

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