Html Css Color HEX #250434 Blackcurrant

📋 copy color: '#250434'

red 37 ◦ green 4 ◦ blue 52

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

Shades of Blackcurrant #250434

Tints of Blackcurrant #250434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 39.78%
G = 4.3%
B = 55.91%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250434 (or 0x250434) is known color: Blackcurrant. HEX triplet: 25, 04 and 34. RGB value is (37,4,52). Sum of RGB (Red+Green+Blue) = 37+4+52=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #250434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250434 is #DAFBCB. Grayscale: #131313. Windows color (decimal): -14351308 or 3408933. OLE color: 3408933.

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

Color convert

RGB 37 4 52 -
CMYK 0.29 0.92 0 0.80
HSL 281.25º 0.86% 0.11% -
HSV(B) 281.25º 0.92% 0.2% -
XYZ 1.43 0.73 3.31 -
YUV 19.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 37 4 52 0.29 0.92 0 0.80 281.25 0.86 0.11
Hex 25 4 34 1D 5C 0 50 119 56 B
Octal 45 4 64 35 134 0 120 431 126 13
Binary 100101 100 110100 11101 1011100 0 1010000 100011001 1010110 1011

Color Harmonies of #250434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250434

Black with #250434

Text Example


Text Example

White with #250434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250434; }

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

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

background-color css

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

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

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

border-color css

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

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

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