Html Css Color HEX #250832 Blackcurrant

📋 copy color: '#250832'

red 37 ◦ green 8 ◦ blue 50

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

Shades of Blackcurrant #250832

Tints of Blackcurrant #250832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.42%

 BLUE value IS 50 (19.92% from 255) = 52.63%

R = 38.95%
G = 8.42%
B = 52.63%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250832 (or 0x250832) is known color: Blackcurrant. HEX triplet: 25, 08 and 32. RGB value is (37,8,50). Sum of RGB (Red+Green+Blue) = 37+8+50=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #250832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250832 is #DAF7CD. Grayscale: #151515. Windows color (decimal): -14350286 or 3278885. OLE color: 3278885.

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

Color convert

RGB 37 8 50 -
CMYK 0.26 0.84 0 0.80
HSL 281.43º 0.72% 0.11% -
HSV(B) 281.43º 0.84% 0.2% -
XYZ 1.43 0.8 3.1 -
YUV 21.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 37 8 50 0.26 0.84 0 0.80 281.43 0.72 0.11
Hex 25 8 32 1A 54 0 50 119 48 B
Octal 45 10 62 32 124 0 120 431 110 13
Binary 100101 1000 110010 11010 1010100 0 1010000 100011001 1001000 1011

Color Harmonies of #250832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250832

Black with #250832

Text Example


Text Example

White with #250832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250832; }

 p { color: rgb(37,8,50); }

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

background-color css

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

 a { background-color: rgb(37,8,50); }

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

border-color css

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

 span { border-color: rgb(37,8,50); }

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