Html Css Color HEX #230539 Blackcurrant

📋 copy color: '#230539'

red 35 ◦ green 5 ◦ blue 57

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

Shades of Blackcurrant #230539

Tints of Blackcurrant #230539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 58.76%

R = 36.08%
G = 5.15%
B = 58.76%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#230539 (or 0x230539) is known color: Blackcurrant. HEX triplet: 23, 05 and 39. RGB value is (35,5,57). Sum of RGB (Red+Green+Blue) = 35+5+57=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 57 (22.66% from 255 or 58.76% from 97); Max value from RGB is 57 - color contains mainly: blue. Hex color #230539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230539 is #DCFAC6. Grayscale: #131313. Windows color (decimal): -14482119 or 3736867. OLE color: 3736867.

HSL color Cylindrical-coordinate representation of color #230539: hue angle of 274.62º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230539 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 5 57 -
CMYK 0.39 0.91 0 0.78
HSL 274.62º 0.84% 0.12% -
HSV(B) 274.62º 0.91% 0.22% -
XYZ 1.49 0.76 3.94 -
YUV 19.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 35 5 57 0.39 0.91 0 0.78 274.62 0.84 0.12
Hex 23 5 39 27 5B 0 4E 113 54 C
Octal 43 5 71 47 133 0 116 423 124 14
Binary 100011 101 111001 100111 1011011 0 1001110 100010011 1010100 1100

Color Harmonies of #230539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230539

Black with #230539

Text Example


Text Example

White with #230539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230539; }

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

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

background-color css

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

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

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

border-color css

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

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

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