Html Css Color HEX #230529 Blackcurrant

📋 copy color: '#230529'

red 35 ◦ green 5 ◦ blue 41

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

Shades of Blackcurrant #230529

Tints of Blackcurrant #230529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.17%

 BLUE value IS 41 (16.41% from 255) = 50.62%

R = 43.21%
G = 6.17%
B = 50.62%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#230529 (or 0x230529) is known color: Blackcurrant. HEX triplet: 23, 05 and 29. RGB value is (35,5,41). Sum of RGB (Red+Green+Blue) = 35+5+41=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 41 (16.41% from 255 or 50.62% from 81); Max value from RGB is 41 - color contains mainly: blue. Hex color #230529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230529 is #DCFAD6. Grayscale: #111111. Windows color (decimal): -14482135 or 2688291. OLE color: 2688291.

HSL color Cylindrical-coordinate representation of color #230529: hue angle of 290º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230529 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 5 41 -
CMYK 0.15 0.88 0 0.84
HSL 290º 0.78% 0.09% -
HSV(B) 290º 0.88% 0.16% -
XYZ 1.15 0.63 2.16 -
YUV 18.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 35 5 41 0.15 0.88 0 0.84 290 0.78 0.09
Hex 23 5 29 F 58 0 54 122 4E 9
Octal 43 5 51 17 130 0 124 442 116 11
Binary 100011 101 101001 1111 1011000 0 1010100 100100010 1001110 1001

Color Harmonies of #230529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230529

Black with #230529

Text Example


Text Example

White with #230529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230529; }

 p { color: rgb(35,5,41); }

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

background-color css

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

 a { background-color: rgb(35,5,41); }

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

border-color css

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

 span { border-color: rgb(35,5,41); }

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