Html Css Color HEX #251232 Blackcurrant

📋 copy color: '#251232'

red 37 ◦ green 18 ◦ blue 50

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

Shades of Blackcurrant #251232

Tints of Blackcurrant #251232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

 BLUE value IS 50 (19.92% from 255) = 47.62%

R = 35.24%
G = 17.14%
B = 47.62%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#251232 (or 0x251232) is known color: Blackcurrant. HEX triplet: 25, 12 and 32. RGB value is (37,18,50). Sum of RGB (Red+Green+Blue) = 37+18+50=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #251232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251232 is #DAEDCD. Grayscale: #1B1B1B. Windows color (decimal): -14347726 or 3281445. OLE color: 3281445.

HSL color Cylindrical-coordinate representation of color #251232: hue angle of 275.62º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #251232 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 18 50 -
CMYK 0.26 0.64 0 0.80
HSL 275.63º 0.47% 0.13% -
HSV(B) 275.63º 0.64% 0.2% -
XYZ 1.55 1.06 3.14 -
YUV 27.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 37 18 50 0.26 0.64 0 0.80 275.63 0.47 0.13
Hex 25 12 32 1A 40 0 50 114 2F D
Octal 45 22 62 32 100 0 120 424 57 15
Binary 100101 10010 110010 11010 1000000 0 1010000 100010100 101111 1101

Color Harmonies of #251232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251232

Black with #251232

Text Example


Text Example

White with #251232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251232; }

 p { color: rgb(37,18,50); }

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

background-color css

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

 a { background-color: rgb(37,18,50); }

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

border-color css

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

 span { border-color: rgb(37,18,50); }

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