Html Css Color HEX #230428 Blackcurrant

📋 copy color: '#230428'

red 35 ◦ green 4 ◦ blue 40

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

Shades of Blackcurrant #230428

Tints of Blackcurrant #230428

RGB

 RED value IS 35 (14.06% from 255) = 44.3%

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

 BLUE value IS 40 (16.02% from 255) = 50.63%

R = 44.3%
G = 5.06%
B = 50.63%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#230428 (or 0x230428) is known color: Blackcurrant. HEX triplet: 23, 04 and 28. RGB value is (35,4,40). Sum of RGB (Red+Green+Blue) = 35+4+40=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #230428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230428 is #DCFBD7. Grayscale: #111111. Windows color (decimal): -14482392 or 2622499. OLE color: 2622499.

HSL color Cylindrical-coordinate representation of color #230428: hue angle of 291.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230428 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 4 40 -
CMYK 0.12 0.90 0 0.84
HSL 291.67º 0.82% 0.09% -
HSV(B) 291.67º 0.9% 0.16% -
XYZ 1.12 0.6 2.06 -
YUV 17.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 35 4 40 0.12 0.90 0 0.84 291.67 0.82 0.09
Hex 23 4 28 C 5A 0 54 124 52 9
Octal 43 4 50 14 132 0 124 444 122 11
Binary 100011 100 101000 1100 1011010 0 1010100 100100100 1010010 1001

Color Harmonies of #230428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230428

Black with #230428

Text Example


Text Example

White with #230428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230428; }

 p { color: rgb(35,4,40); }

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

background-color css

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

 a { background-color: rgb(35,4,40); }

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

border-color css

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

 span { border-color: rgb(35,4,40); }

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