Html Css Color HEX #250734 Blackcurrant

📋 copy color: '#250734'

red 37 ◦ green 7 ◦ blue 52

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

Shades of Blackcurrant #250734

Tints of Blackcurrant #250734

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.29%

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

R = 38.54%
G = 7.29%
B = 54.17%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250734 (or 0x250734) is known color: Blackcurrant. HEX triplet: 25, 07 and 34. RGB value is (37,7,52). Sum of RGB (Red+Green+Blue) = 37+7+52=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #250734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250734 is #DAF8CB. Grayscale: #141414. Windows color (decimal): -14350540 or 3409701. OLE color: 3409701.

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

Color convert

RGB 37 7 52 -
CMYK 0.29 0.87 0 0.80
HSL 280º 0.76% 0.12% -
HSV(B) 280º 0.87% 0.2% -
XYZ 1.46 0.79 3.33 -
YUV 21.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 37 7 52 0.29 0.87 0 0.80 280 0.76 0.12
Hex 25 7 34 1D 57 0 50 118 4C C
Octal 45 7 64 35 127 0 120 430 114 14
Binary 100101 111 110100 11101 1010111 0 1010000 100011000 1001100 1100

Color Harmonies of #250734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250734

Black with #250734

Text Example


Text Example

White with #250734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250734; }

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

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

background-color css

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

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

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

border-color css

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

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

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