Html Css Color HEX #230334 Blackcurrant

📋 copy color: '#230334'

red 35 ◦ green 3 ◦ blue 52

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

Shades of Blackcurrant #230334

Tints of Blackcurrant #230334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.33%

 BLUE value IS 52 (20.7% from 255) = 57.78%

R = 38.89%
G = 3.33%
B = 57.78%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#230334 (or 0x230334) is known color: Blackcurrant. HEX triplet: 23, 03 and 34. RGB value is (35,3,52). Sum of RGB (Red+Green+Blue) = 35+3+52=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 52 (20.70% from 255 or 57.78% from 90); Max value from RGB is 52 - color contains mainly: blue. Hex color #230334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230334 is #DCFCCB. Grayscale: #111111. Windows color (decimal): -14482636 or 3408675. OLE color: 3408675.

HSL color Cylindrical-coordinate representation of color #230334: hue angle of 279.18º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230334 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 35 3 52 -
CMYK 0.33 0.94 0 0.80
HSL 279.18º 0.89% 0.11% -
HSV(B) 279.18º 0.94% 0.2% -
XYZ 1.35 0.67 3.31 -
YUV 18.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 35 3 52 0.33 0.94 0 0.80 279.18 0.89 0.11
Hex 23 3 34 21 5E 0 50 117 59 B
Octal 43 3 64 41 136 0 120 427 131 13
Binary 100011 11 110100 100001 1011110 0 1010000 100010111 1011001 1011

Color Harmonies of #230334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230334

Black with #230334

Text Example


Text Example

White with #230334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230334; }

 p { color: rgb(35,3,52); }

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

background-color css

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

 a { background-color: rgb(35,3,52); }

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

border-color css

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

 span { border-color: rgb(35,3,52); }

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