Html Css Color HEX #251233 Blackcurrant

📋 copy color: '#251233'

red 37 ◦ green 18 ◦ blue 51

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

Shades of Blackcurrant #251233

Tints of Blackcurrant #251233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 48.11%

R = 34.91%
G = 16.98%
B = 48.11%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#251233 (or 0x251233) is known color: Blackcurrant. HEX triplet: 25, 12 and 33. RGB value is (37,18,51). Sum of RGB (Red+Green+Blue) = 37+18+51=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #251233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251233 is #DAEDCC. Grayscale: #1B1B1B. Windows color (decimal): -14347725 or 3346981. OLE color: 3346981.

HSL color Cylindrical-coordinate representation of color #251233: hue angle of 274.55º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #251233 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 18 51 -
CMYK 0.27 0.65 0 0.8
HSL 274.55º 0.48% 0.14% -
HSV(B) 274.55º 0.65% 0.2% -
XYZ 1.58 1.06 3.25 -
YUV 27.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 37 18 51 0.27 0.65 0 0.8 274.55 0.48 0.14
Hex 25 12 33 1B 41 0 50 113 30 E
Octal 45 22 63 33 101 0 120 423 60 16
Binary 100101 10010 110011 11011 1000001 0 1010000 100010011 110000 1110

Color Harmonies of #251233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251233

Black with #251233

Text Example


Text Example

White with #251233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251233; }

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

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

background-color css

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

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

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

border-color css

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

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

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