Html Css Color HEX #250934 Blackcurrant

📋 copy color: '#250934'

red 37 ◦ green 9 ◦ blue 52

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

Shades of Blackcurrant #250934

Tints of Blackcurrant #250934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.18%

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

R = 37.76%
G = 9.18%
B = 53.06%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250934 (or 0x250934) is known color: Blackcurrant. HEX triplet: 25, 09 and 34. RGB value is (37,9,52). Sum of RGB (Red+Green+Blue) = 37+9+52=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #250934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250934 is #DAF6CB. Grayscale: #161616. Windows color (decimal): -14350028 or 3410213. OLE color: 3410213.

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

Color convert

RGB 37 9 52 -
CMYK 0.29 0.83 0 0.80
HSL 279.07º 0.7% 0.12% -
HSV(B) 279.07º 0.83% 0.2% -
XYZ 1.48 0.84 3.33 -
YUV 22.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 37 9 52 0.29 0.83 0 0.80 279.07 0.7 0.12
Hex 25 9 34 1D 53 0 50 117 46 C
Octal 45 11 64 35 123 0 120 427 106 14
Binary 100101 1001 110100 11101 1010011 0 1010000 100010111 1000110 1100

Color Harmonies of #250934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250934

Black with #250934

Text Example


Text Example

White with #250934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250934; }

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

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

background-color css

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

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

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

border-color css

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

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

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