Html Css Color HEX #281230 Blackcurrant

📋 copy color: '#281230'

red 40 ◦ green 18 ◦ blue 48

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

Shades of Blackcurrant #281230

Tints of Blackcurrant #281230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.98%

 BLUE value IS 48 (19.14% from 255) = 45.28%

R = 37.74%
G = 16.98%
B = 45.28%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#281230 (or 0x281230) is known color: Blackcurrant. HEX triplet: 28, 12 and 30. RGB value is (40,18,48). Sum of RGB (Red+Green+Blue) = 40+18+48=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #281230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281230 is #D7EDCF. Grayscale: #1B1B1B. Windows color (decimal): -14151120 or 3150376. OLE color: 3150376.

HSL color Cylindrical-coordinate representation of color #281230: hue angle of 284º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #281230 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 18 48 -
CMYK 0.17 0.63 0 0.81
HSL 284º 0.45% 0.13% -
HSV(B) 284º 0.63% 0.19% -
XYZ 1.62 1.1 2.92 -
YUV 28 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 40 18 48 0.17 0.63 0 0.81 284 0.45 0.13
Hex 28 12 30 11 3F 0 51 11C 2D D
Octal 50 22 60 21 77 0 121 434 55 15
Binary 101000 10010 110000 10001 111111 0 1010001 100011100 101101 1101

Color Harmonies of #281230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281230

Black with #281230

Text Example


Text Example

White with #281230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281230; }

 p { color: rgb(40,18,48); }

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

background-color css

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

 a { background-color: rgb(40,18,48); }

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

border-color css

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

 span { border-color: rgb(40,18,48); }

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