Html Css Color HEX #280252 Blackcurrant

📋 copy color: '#280252'

red 40 ◦ green 2 ◦ blue 82

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

Shades of Blackcurrant #280252

Tints of Blackcurrant #280252

RGB

 RED value IS 40 (16.02% from 255) = 32.26%

 GREEN value IS 2 (1.17% from 255) = 1.61%

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

R = 32.26%
G = 1.61%
B = 66.13%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#280252 (or 0x280252) is known color: Blackcurrant. HEX triplet: 28, 02 and 52. RGB value is (40,2,82). Sum of RGB (Red+Green+Blue) = 40+2+82=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #280252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280252 is #D7FDAD. Grayscale: #161616. Windows color (decimal): -14155182 or 5374504. OLE color: 5374504.

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

Color convert

RGB 40 2 82 -
CMYK 0.51 0.98 0 0.68
HSL 268.5º 0.95% 0.16% -
HSV(B) 268.5º 0.98% 0.32% -
XYZ 2.42 1.1 8.07 -
YUV 22.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 40 2 82 0.51 0.98 0 0.68 268.5 0.95 0.16
Hex 28 2 52 33 62 0 44 10C 5F 10
Octal 50 2 122 63 142 0 104 414 137 20
Binary 101000 10 1010010 110011 1100010 0 1000100 100001100 1011111 10000

Color Harmonies of #280252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280252

Black with #280252

Text Example


Text Example

White with #280252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280252; }

 p { color: rgb(40,2,82); }

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

background-color css

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

 a { background-color: rgb(40,2,82); }

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

border-color css

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

 span { border-color: rgb(40,2,82); }

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