Html Css Color HEX #251534 Blackcurrant

📋 copy color: '#251534'

red 37 ◦ green 21 ◦ blue 52

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

Shades of Blackcurrant #251534

Tints of Blackcurrant #251534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.09%

 BLUE value IS 52 (20.7% from 255) = 47.27%

R = 33.64%
G = 19.09%
B = 47.27%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#251534 (or 0x251534) is known color: Blackcurrant. HEX triplet: 25, 15 and 34. RGB value is (37,21,52). Sum of RGB (Red+Green+Blue) = 37+21+52=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #251534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251534 is #DAEACB. Grayscale: #1D1D1D. Windows color (decimal): -14346956 or 3413285. OLE color: 3413285.

HSL color Cylindrical-coordinate representation of color #251534: hue angle of 270.97º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #251534 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 21 52 -
CMYK 0.29 0.60 0 0.80
HSL 270.97º 0.42% 0.14% -
HSV(B) 270.97º 0.6% 0.2% -
XYZ 1.65 1.18 3.39 -
YUV 29.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 37 21 52 0.29 0.60 0 0.80 270.97 0.42 0.14
Hex 25 15 34 1D 3C 0 50 10F 2A E
Octal 45 25 64 35 74 0 120 417 52 16
Binary 100101 10101 110100 11101 111100 0 1010000 100001111 101010 1110

Color Harmonies of #251534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251534

Black with #251534

Text Example


Text Example

White with #251534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251534; }

 p { color: rgb(37,21,52); }

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

background-color css

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

 a { background-color: rgb(37,21,52); }

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

border-color css

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

 span { border-color: rgb(37,21,52); }

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