Html Css Color HEX #230541 Blackcurrant

📋 copy color: '#230541'

red 35 ◦ green 5 ◦ blue 65

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

Shades of Blackcurrant #230541

Tints of Blackcurrant #230541

RGB

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

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

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

R = 33.33%
G = 4.76%
B = 61.9%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#230541 (or 0x230541) is known color: Blackcurrant. HEX triplet: 23, 05 and 41. RGB value is (35,5,65). Sum of RGB (Red+Green+Blue) = 35+5+65=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #230541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230541 is #DCFABE. Grayscale: #141414. Windows color (decimal): -14482111 or 4261155. OLE color: 4261155.

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

Color convert

RGB 35 5 65 -
CMYK 0.46 0.92 0 0.75
HSL 270º 0.86% 0.14% -
HSV(B) 270º 0.92% 0.25% -
XYZ 1.7 0.85 5.07 -
YUV 20.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 35 5 65 0.46 0.92 0 0.75 270 0.86 0.14
Hex 23 5 41 2E 5C 0 4B 10E 56 E
Octal 43 5 101 56 134 0 113 416 126 16
Binary 100011 101 1000001 101110 1011100 0 1001011 100001110 1010110 1110

Color Harmonies of #230541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230541

Black with #230541

Text Example


Text Example

White with #230541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230541; }

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

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

background-color css

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

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

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

border-color css

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

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

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