Html Css Color HEX #230141 Blackcurrant

📋 copy color: '#230141'

red 35 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #230141

Tints of Blackcurrant #230141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.99%

 BLUE value IS 65 (25.78% from 255) = 64.36%

R = 34.65%
G = 0.99%
B = 64.36%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#230141 (or 0x230141) is known color: Blackcurrant. HEX triplet: 23, 01 and 41. RGB value is (35,1,65). Sum of RGB (Red+Green+Blue) = 35+1+65=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #230141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230141 is #DCFEBE. Grayscale: #121212. Windows color (decimal): -14483135 or 4260131. OLE color: 4260131.

HSL color Cylindrical-coordinate representation of color #230141: hue angle of 271.88º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230141 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 1 65 -
CMYK 0.46 0.98 0 0.75
HSL 271.88º 0.97% 0.13% -
HSV(B) 271.88º 0.98% 0.25% -
XYZ 1.66 0.76 5.06 -
YUV 18.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 35 1 65 0.46 0.98 0 0.75 271.88 0.97 0.13
Hex 23 1 41 2E 62 0 4B 110 61 D
Octal 43 1 101 56 142 0 113 420 141 15
Binary 100011 1 1000001 101110 1100010 0 1001011 100010000 1100001 1101

Color Harmonies of #230141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230141

Black with #230141

Text Example


Text Example

White with #230141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230141; }

 p { color: rgb(35,1,65); }

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

background-color css

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

 a { background-color: rgb(35,1,65); }

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

border-color css

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

 span { border-color: rgb(35,1,65); }

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