Html Css Color HEX #251934 Blackcurrant

📋 copy color: '#251934'

red 37 ◦ green 25 ◦ blue 52

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

Shades of Blackcurrant #251934

Tints of Blackcurrant #251934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.93%

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

R = 32.46%
G = 21.93%
B = 45.61%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#251934 (or 0x251934) is known color: Blackcurrant. HEX triplet: 25, 19 and 34. RGB value is (37,25,52). Sum of RGB (Red+Green+Blue) = 37+25+52=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 52 - color contains mainly: blue. Hex color #251934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251934 is #DAE6CB. Grayscale: #1F1F1F. Windows color (decimal): -14345932 or 3414309. OLE color: 3414309.

HSL color Cylindrical-coordinate representation of color #251934: hue angle of 266.67º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #251934 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 25 52 -
CMYK 0.29 0.52 0 0.80
HSL 266.67º 0.35% 0.15% -
HSV(B) 266.67º 0.52% 0.2% -
XYZ 1.73 1.34 3.42 -
YUV 31.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 37 25 52 0.29 0.52 0 0.80 266.67 0.35 0.15
Hex 25 19 34 1D 34 0 50 10B 23 F
Octal 45 31 64 35 64 0 120 413 43 17
Binary 100101 11001 110100 11101 110100 0 1010000 100001011 100011 1111

Color Harmonies of #251934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251934

Black with #251934

Text Example


Text Example

White with #251934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251934; }

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

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

background-color css

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

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

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

border-color css

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

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

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