Html Css Color HEX #250052 Blackcurrant

📋 copy color: '#250052'

red 37 ◦ green 0 ◦ blue 82

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

Shades of Blackcurrant #250052

Tints of Blackcurrant #250052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 82 (32.42% from 255) = 68.91%

R = 31.09%
G = 0%
B = 68.91%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#250052 (or 0x250052) is known color: Blackcurrant. HEX triplet: 25, 00 and 52. RGB value is (37,0,82). Sum of RGB (Red+Green+Blue) = 37+0+82=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #250052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250052 is #DAFFAD. Grayscale: #141414. Windows color (decimal): -14352302 or 5373989. OLE color: 5373989.

HSL color Cylindrical-coordinate representation of color #250052: hue angle of 267.07º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250052 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 0 82 -
CMYK 0.55 1 0 0.68
HSL 267.07º 1% 0.16% -
HSV(B) 267.07º 1% 0.32% -
XYZ 2.29 1 8.06 -
YUV 20.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 37 0 82 0.55 1 0 0.68 267.07 1 0.16
Hex 25 0 52 37 64 0 44 10B 64 10
Octal 45 0 122 67 144 0 104 413 144 20
Binary 100101 0 1010010 110111 1100100 0 1000100 100001011 1100100 10000

Color Harmonies of #250052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250052

Black with #250052

Text Example


Text Example

White with #250052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250052; }

 p { color: rgb(37,0,82); }

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

background-color css

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

 a { background-color: rgb(37,0,82); }

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

border-color css

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

 span { border-color: rgb(37,0,82); }

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